Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 656 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 656 Bytes

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