Skip to content

b2bwork/chatty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatty

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.

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.9%
  • Objective-C 4.7%
  • Python 1.8%
  • Java 1.6%