Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 609 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 609 Bytes

Angular Boilerplate built with Grunt

The current boilerplate that I'm using for angular apps. Stole lots of ideas etc from the Lineman Angular template and ng-boilerplate

Quick Start

Install Node.js and then:

$ git clone git://github.com/cantoine/boilerplate
$ cd boilerplate
$ npm -g install grunt-cli bower
$ npm install
$ bower install
# Grunt Watch -- This will build the app and run unit tests where applicable
$ grunt watch

E2E tests need some work before they are fully functional.

$ ./start-selenium.sh

#In Another terminal window

$ grunt protractor