This project was bootstrapped with Create React App.

To Develop

Assuming Node v10.15.0 Run npm install to install all dependencies

Run npm start to develop with live reloading

To build

Run npm run build to build to the /build folder

To deploy

Update the homepage in package.json to point to http://{username}.github.io/{repo-name} Run npm run deploy, this will build the app and then deploy the build folder to the gh-pages branch.