This boilerplate is a lightweight kickstart for HTML, CSS, and JS projects.
- Assets include cdns for Bootstrap and jQuery
- Respond.js and HTML5Shim cdns
- Boilerplate for organization of Less files
- GruntFile.js to build dist directory
Simply Download or Fork this repository
- Install NodeJS.
- Install the Grunt CLI To install by running
npm install -g grunt-cli
. More details are available on their website http://gruntjs.com/getting-started. - Install the NPM dependencies by running
npm install
. - The build can now be called by running
grunt
.