A starter kit for front developpement with bootstrap, less.
Save time setting your tools before coding !
- Bootstrap
- Less
- Font Awesome
- Respond.JS
- html5shiv
- Grunt
Starter Kit is released under the MIT License.
This project requires Grunt.
From the project's directory execute :
$ npm -g install grunt-cli
$ npm install
$ bower install
Run project with Grunt.
$ grunt
Grunt's Tasks will build the project in the directory with following tasks :
- Check JS code with JShint
- Make CSS file from LESS main file.
You can then watch your files' changes :
$ grunt watch
You can also uglify your JS to push your project in prod (not recommended for development) :
$ grunt prod