Skip to content

kerrickchan/chat-app-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat

Steps for installation

  • Clone the project
  • Navigate into the app folder cd app
  • Run yarn install
  • Navigate into the server folder cd server
  • Run npm install
  • Then start the server using npm start
  • Within the app, run expo start --ios to start the app via an IOS Emulator.