A starter kit for front developpement with bootstrap, less and grunt.
Save time setting your tools before coding !
- Bootstrap
- Less
- Grunt (soon)
- install Node.js (http://nodejs.org/)
- install grunt-cli globally:
npm i -g grunt-cli
- install dev dependencies:
npm i
- use
grunt
to check your code!
Starter Kit is released under the MIT License.