Frontend of a hobby project to rate beers with React 16.
More or less built like a PWA so can be added to the home screen on iOS and Android and should be responsive to different viewport sizes.
Start locally: yarn start. Requires dependencies to be installed: yarn install.
Unit tests: yarn test.
Browser tests: yarn test-browser. Tests are run on the version deployed to Heroku. TODO: Start a local dev server on CircleCI and run browser tests against that environment.
Commits to master are automatically deployed to Heroku.
