Setup
Install dependencies with npm
:
npm install
Development
Start the dev server (and visit http://localhost:3000/):
npm start
Run the tests continuously:
npm test -- --watch
Production
Create the app bundle:
npm run build
Find the build artifacts in the build
directory.