Skip to content
This repository has been archived by the owner on Aug 24, 2018. It is now read-only.

Latest commit

 

History

History
27 lines (15 loc) · 797 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 797 Bytes

Tasks Frontend

This is the client-side component for the offline-first application I implemented for my thesis.

Requirements

Development

Setting up the development environment

Run yarn install to install the node dependencies for the project.

Running the development server

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.

Running the tests

Run yarn test to execute the unit tests via Karma.

Deploying

Deploy