Group name: PLANUS
Full README: https://drive.google.com/open?id=1XvQvraVDYOPObdIklcQc20F22QAD3NOb_j_3YNrFUJs
Instructions to set up:
- Create a new react-app first ("npx create-react-app planus")
- Replace src folder, package.json file, packagelock.json file, ...etc with the folder/files you downloaded here (Override all of them)
- Install dependencies for app ("cd .../planus" and then "npm install")
- Install dependencies for server ("cd .../planus/server" and then "npm install")
- Run "npm start"