npm start
Will reload browser on file changes
TODO implement real hot module reloading (as opposed to full page refresh; see https://github.com/gaearon/react-transform-hmr)
npm test
Will re-run tests when any files change.
git push
Will initiate continuous integration server build
Circle CI will run the test coverage and eventually deploy to firebase
npm run test:circleci
npm publish