Hybrid Skeleton

welcome to super optimized build system boilerplate with Grunt, LESS, Skeleton and More...

The Setup


Install Node.js and npm
clone the repo or download zip of the project.
Use command line to enter the project directory.
Run npm install to install all of the dependencies into your project.


Development


The build process relies on grunt
The grunt tasks can be found in the Gruntfile.js file
The development code is in the src/ directory
When you are ready to develop run grunt on the command line
open up your favourite code editor & start developing
The grunt task will watch the src/ directory and output to dist/ directory