Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/abelnnieva/angular-task-tracker
- Owner: abelnnieva
- Created: 2023-12-04T11:38:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-19T10:59:20.000Z (7 months ago)
- Last Synced: 2024-06-19T20:44:04.251Z (7 months ago)
- Topics: angular, json-server, typescript
- Language: TypeScript
- Homepage:
- Size: 799 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.