Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 551 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 551 Bytes

TodoMVC using AuraJS

Install

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.

[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