The necessary libraries are within the GitHub repository’s package.json. To install the dependencies, run npm install
in the cloned directory and then go to the client and run
npm install
again.
To be updated in future homeworks.
To start the backend server run node server
on the base directory and then go to the client directory and run npm start
to start the React client. The server will be running on localhost:3001 and the client will be running on localhost:3000.
- Harrison Ngan
- Samuel Chen
- Lily Zhong
- Peilin Zhu