## Install & run
npm i && npm start
Go to http://localhost:3000/
.
npm run build
This will create a dist/
folder with a minified js bundle which will be used on any environment which isn't undefined (i.e. not local).
npm run start-prod
The API used for this frontend is available at https://github.com/isTravis/fiftynifty-api.