Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ksb96/tracker-app

A TODO list App
https://github.com/ksb96/tracker-app

angular-cli angular2 css html javascript typescript

Last synced: 10 days ago
JSON representation

A TODO list App

Awesome Lists containing this project

README

        

# TrackerApp

Just a 'Simple TODO=list app', only the frontend has been created, no actual ***(fake)*** **backend** is created for this particular application.

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.

## Mock Server

Run `npm run server` to run the mock server.

## CLI Commands

1) Run `ng generate component component-name` to generate a new component.
2) Run `ng build` to build the project.
3) Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
4) Run `ng e2e` to execute the end-to-end tests via a platform of your choice.