To setup this app, run:
npm install
To build the app for production and serve with a web server, run:
npm run serve
To test offline capability, after the app is loaded, open Chrome DevTools and click the Network tab. Enable the "Offline" checkbox and reload the application.
To start the app in dev mode, run:
npm start
To run e2e tests, run:
npm run test