@TODO: Add description
Building and running on localhost:
- Clone this repo
- Install the project dependencies:
npm install
- Run the app in hot module replacement mode:
npm start
Your default browser will open http://localhost:8080/.
Creating a production build:
@TODO
npm run build