Deployed on: https://mysterious-beach-92009.herokuapp.com/
- Fork and Clone the project.
- Install the dependencies. There are 2 package.json files - 1 for node/express server and 1 for react app.
npm iin root folder. Thencdinto client and againnpm ipackages. - Run
npm run devon cmd to run express server and react server concurrently - proxy implied.
NOTE: react server runs on localhost:3000 and express server runs on http://localhost:5000.