This project was generated with Angular CLI version 13.1.3. It is a simple task tracker app that has an option to add and delete tasks as well as to put a reminder on specific tasks.
- Run
ng serve
ornpm start
for a dev server. - Run
npm run server
to set up a json-server (that is used to imitate remote API). - Navigate to
http://localhost:4200/
.
The app will automatically reload if you change any of the source files.
Run ng generate component component-name
or ng g c component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.