Skip to content

ragefuljoe/boilerplate

 
 

Repository files navigation

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:https://github.com/cantoine/boilerplate
$ cd boilerplate
$ sudo npm -g install grunt-cli bower
$ npm install
$ bower install
$ grunt watch

Unit tests

$ grunt test-watch

E2E tests need some work before they are fully functional.

$ ./start-selenium.sh

#In Another terminal window

$ grunt protractor

About

Angular Boilerplate using Grunt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.2%
  • CSS 2.6%
  • Shell 0.2%