Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 612 Bytes

File metadata and controls

22 lines (15 loc) · 612 Bytes

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!