freewind / grunt-bower-angular-demo

Try grunt + bower + angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple repository to demo how to use

grunt + bower + requirejs + angular

together, and also how to write unit tests and e2e tests for them.

run unit tests

karma start karma.conf.js

run e2e tests

webdriver-manager start
npm start
protractor test/protractor-conf.js

About

Try grunt + bower + angular


Languages

Language:JavaScript 100.0%