- Install dependencies (done once)
npm install
- Run app to test locally
Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.
npm start
- Build and rename
npm run build
mv build/ docs/
Builds the app for production to the build folder. Rename to docs for Github pages.