This project is a Todo List application generated with Angular CLI version 16.1.0.
git clone https://github.com/your-username/todo-list.git
cd todo-list
npm install
npm run server
The server will be running at http://localhost:3000/.
In a new terminal, run the following command to launch the application:
npm run start
Navigate to http://localhost:4200/ in your web browser. The application will automatically reload if you make any changes to the source files.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.