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
- Host: GitHub
- URL: https://github.com/bugidev/todoapptarabica15
- Owner: BugiDev
- Created: 2015-03-28T04:31:33.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-28T04:56:54.000Z (about 11 years ago)
- Last Synced: 2025-04-25T17:48:07.232Z (about 1 year ago)
- Language: JavaScript
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```