This is the client-side component for the offline-first application I implemented for my thesis.
Run yarn install
to install the node dependencies for the project.
Run yarn start
to start the development server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run yarn test
to execute the unit tests via Karma.