Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 727 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 727 Bytes

AngularNotepad

Learning purpose: To learn how to use Angular to create simple web applications, as well as continue learning about web development.

(CURRENTLY IN DEVELOPMENT) This project is a simple to-do application that allows you to create tasks that can be "completed" and "deleted". This project was mostly created for learning purposes and not for production use. Instructions on how to run the application are shown below.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.