This project was bootstrapped with Create React App.
Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.
To start application
clone the repo
Start express backend
$ cd server
$ npm install
$ npm run start
Express API Server is started on 3001
Start the react app frontend
$ npm install
$ npm run start