A WhatsApp clone with React Native, Express, and Apollo.
This code is for Part 6 in a multipart blog series building Chatty. You can view the blog post here.
yarn # install server dependencies
cd client && yarn # install client dependencies
yarn start # start the server
cd client && react-native run-ios # start RN client