/chatty

A WhatsApp clone with React Native and Apollo (Tutorial)

Primary LanguageJavaScriptMIT LicenseMIT

chatty

A WhatsApp clone with React Native, Express, and Apollo.

This code is for Part 7 in a multipart blog series building Chatty. You can view the blog post here.

Installing

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

Getting Started

yarn start                         # start the server     
cd client && react-native run-ios  # start RN client