frontend_boilerplate

to make the Start a little easier.

This Package comes with nice features pre configures, like:

  • RequireJs
  • Gridle SCSS framework
  • SVG icons
  • Mustache Templating
  • GSAP Animation Suite

Prerequisites

you need to have Grunt CLI installed

  npm install -g grunt-cli

Installation

    $ npm install 

Grunt tasks

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