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.
# install dependencies
npm install
OR
yarn install
# serve with hot reload at localhost:8080
npm run start
OR
yarn run start
# build for production with minification
npm run build
OR
yarn run build