This Angular project is part of my learning journey in web development. I have followed Traversy Media's Angular Crash Course to complete this project. However, while following the instructor, I had to make some adjustments to the code due to me using a newer version of Angular (i.e., v18) and the instructor using version 14.
The purpose of this project is to learn Angular framework.
This project was generated with Angular CLI version 18.2.4.
npm install
Run Angular server (http://localhost:4200)
ng serve
Open your browser and navigate to http://localhost:4200/
Run the JSON server (http://localhost:5000)
npm run server
This is used for REST APIs. The file db.json
containes the data of tasks. Visit http://localhost:5000/tasks
in your browser.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.