Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 457 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 457 Bytes

TodoApp

This is just a very simple ToDo App built with Angular 2 with cli/webpack

Development server

To run the app localy, clone it on your computer, Open a command line in the root folder, and enter ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Live demo

You can also just view the live demo here: Todo App demo