An open API service indexing awesome lists of open source software.

https://github.com/bugidev/todoapptarabica15

ToDo application for demo on Tarabica 2015
https://github.com/bugidev/todoapptarabica15

Last synced: 9 months ago
JSON representation

ToDo application for demo on Tarabica 2015

Awesome Lists containing this project

README

          

# ToDoAppTarabica15
ToDo application for demo on Tarabica 2015

For this project, you need to use NodeJS, with installed npm, bower and karma

When you clone this repo, do these commands to set the project up:
```sh
$ npm install
$ bower install
```

After that, just use grunt to start the app in development or production mode:
```sh
$ grunt "dev run"
#OR
$ grunt "build run"
```