Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abelnnieva/angular-task-tracker

Sample project for a task tracker app built with Angular 15 and JSON-server for the mock backend.
https://github.com/abelnnieva/angular-task-tracker

angular json-server typescript

Last synced: about 2 months ago
JSON representation

Sample project for a task tracker app built with Angular 15 and JSON-server for the mock backend.

Awesome Lists containing this project

README

        

# AngularTaskTracker

Sample project for a task tracker app built with Angular 15 and JSON-server for the mock backend.

![Screencapture of angular-task-tracker](screencapture.png)

## Build Setup

```bash
# install dependencies
$ npm install

# json-server start
$ npm run server

# serve with hot reload at localhost:4200
$ ng start

# build for production
$ ng build

# running unit tests
$ ng test
```

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.