/drone-test

just testing drone

Primary LanguageJavaScriptMIT LicenseMIT

ngBoilerplate Build Status

An opinionated kickstarter for AngularJS projects.


Quick Start

Install Node.js and then:

$ git clone git://github.com/joshdmiller/ng-boilerplate
$ cd ng-boilerplate
$ sudo npm -g install grunt-cli karma bower
$ npm install
$ bower install
$ grunt watch

Finally, open file:///path/to/ng-boilerplate/build/index.html in your browser.

Happy hacking!