To get the frontend running locally:
- Clone this repo
npm install
to install all req'd dependenciesnpm start
to start the local server (this project bootstrapped with create-react-app)
When you’re ready to deploy to production, create a minified bundle with npm run build
.