With this application you can create a task list and edit it.
You must download the source files from the repository: https://github.com/vParkhomenko/my_todo-routing-.
Unpack the archive and move the folder to the location of your choice on your computing system.
Using the command line or terminal, navigate to the application folder \my_todo-routing-> and install it:
$ cd my_todo-routing-
$ npm install
After installation, you must install the bower components.
For this go to the app directory \my_todo-routing-\app> and run the assembly:
$ cd app
$ bower install
Run index.html
on your local host.