This Package comes with nice features pre configures, like:
- RequireJs
- Gridle SCSS framework
- SVG icons
- Mustache Templating
- GSAP Animation Suite
you need to have Grunt CLI installed
npm install -g grunt-cli
$ npm install
Basic watch task for all the build processes:
$ grunt
Compile Mustache Templates into Html:
$ grunt buildHtml
Build Icons out of SVGs in /src/icons
:
$ grunt buildIcons
Build Images:
$ grunt buildImages