#AngularJS-RequireJS seed boosted with grunt and H5BP
Contains all you need to boost your workflow:
#Getting started
In order to use this seed you'll need to install node with npm and bower.
- How to install node and npm?
- How to install bower? (install npm first)
Once done clone this repository and go into the folder. Should be fast, the seed is pretty light
git clone git@github.com:roine/angularJS-boosted.git brume && cd $_
Now you're going to need to download all the packages. This is pretty straightforward, just run the two following commands in your shell, and you're done!
$ npm install
$ bower install
#HTML5 Boilerplate
This seed is using H5BP to help you build fast, robust, and adaptable web apps or sites.
For more details on how and why things are done check the doc
#Grunt
This seed is bundled with a bunch of grunt tasks to help you automatize the recurrent tasks.