This project was bootstrapped with Create React App.
Run the build.sh:
./build.sh $API
The API param is a value between
prod,stage,foogeeorduke. Check or Update build.sh for more options.
Run the following to start dev server:
PORT=$PORT npm run start
Run the following to build in stage:
npm run build:stage
Run the following to build in prod:
npm run build:prod