jesucarr / Yeoman-TodoMVC-Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo app using AngularJS, Bootstrap, Yeoman (Grunt + Bower)

Install and run

git clone git@github.com:jesucarr/Yeoman-TodoMVC-Angular.git
npm install
bower install
grunt serve

For the E2E tests to work you also need to run:

node_modules/protractor/bin/webdriver-manager update

Run example test

Unit test

grunt test

E2E test

grunt test:e2e

More info

Find more info at my blog

About


Languages

Language:JavaScript 89.5%Language:CSS 10.5%