Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 536 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 536 Bytes

Orbital-Milestone-3

Group name: PLANUS

Full README: https://drive.google.com/open?id=1XvQvraVDYOPObdIklcQc20F22QAD3NOb_j_3YNrFUJs

Instructions to set up:

  1. Create a new react-app first ("npx create-react-app planus")
  2. Replace src folder, package.json file, packagelock.json file, ...etc with the folder/files you downloaded here (Override all of them)
  3. Install dependencies for app ("cd .../planus" and then "npm install")
  4. Install dependencies for server ("cd .../planus/server" and then "npm install")
  5. Run "npm start"