Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 569 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 569 Bytes

AngularTaskTracker

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

Screencapture of angular-task-tracker

Build Setup

# 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 page.