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

A simple offline-first task management app implemented using Orbit

License

Notifications You must be signed in to change notification settings

jpvanhal/tasks-frontend

Repository files navigation

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