Home

Awesome

TodoMVC based on Aura

Implementation of todomvc application based on aura framework.

Installing

First, clone this repository :

git clone git://github.com/sbellity/aura-todos.git

Install node.js (Only used for building the app, not needed for deployment)

grunt-cli as a global module. It's amazing so you should do it anyways.

[sudo] npm install grunt-cli -g
[sudo] npm install bower -g

then install grunt and it's modules in the project's folder.

cd aura-todos/
npm install
bower install

Running the app

To run the app locally, run:

grunt server