A simple task tracker application built with Angular. This app uses JSON Server for the mock backend. This project was generated with Angular CLI version 13.1.2.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
$ npm run server
This occupies port 5000 by default. Navigate to http://localhost:5000/
. Refresh the browser should you change db.json data manually.
Thanks to Brad Traversy whose YouTube video helped me understand and implement this project.