Skip to content

Graphql & Subscriptions & Saga & Sequelize & React Native

Notifications You must be signed in to change notification settings

agiletechvn/ReactNativeGraphql

Repository files navigation

Chatty

A WhatsApp clone with React Native and Apollo, Sequelize, Sagas, React Navigation, Redux Persist

Installing

yarn                               # install server dependencies
cd client && yarn                  # install client dependencies

For Steps 7 and higher, please enter your configuration variables in .env:

# use your own secret!!!
JWT_SECRET=your_secret

Getting Started

yarn start                          # start the server
cd client
URL=192.168.24.223 yarn start       # start client
yarn ios                            # start RN client on iOS Simulator

Demo

Demo

About

Graphql & Subscriptions & Saga & Sequelize & React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published