Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 715 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 715 Bytes

app MY TODO

With this application you can create a task list and edit it.

How to install

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

How to start

Run index.html on your local host.