-
git clone the repo on your machine
git clone https://github.com/DennisDurairaj/react-population-api.git -
Change directory to react-population-api
cd react-population-api -
Run initial setup by installing packages using
npm run setup -
Run
npm run server -
Open another terminal and run
npm run client
The client should now be running on localhost:3000 and server on localhost:9000