Skip to content

Latest commit

 

History

History
executable file
·
17 lines (13 loc) · 288 Bytes

File metadata and controls

executable file
·
17 lines (13 loc) · 288 Bytes

Server

Prerequisites:

  • NodeJS

How to run the server:

  1. From the root folder of this project, navigate to the server folder by typing cd server
  2. Run npm install
  3. Run node index.js

Client

How to run the client:

  1. cd AwesomeProject
  2. react-native run-android