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 i
in root folder. Thencd
into client and againnpm i
packages. - Run
npm run dev
on 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.