Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 562 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 562 Bytes

vtm

vtm is based on [ngBoilerplate] (http://joshdmiller.github.com/ng-boilerplate), kickstarter for AngularJS projects.


Quick Start

Install Node.js and then:

$ git clone git://github.com/berkeley-gif/vtm
$ cd vtm
$ sudo npm -g install grunt-cli karma bower
$ npm install
$ bower install
$ grunt watch

Finally, open file:///path/to/vtm/build/index.html in your browser.

Happy hacking!

For more details about purpose and philosophy of ngBoilerplate check out it's github repo