Follow the steps below to have your (frontend) boilerplate up and ready to start coding.
- Download (forking, direct download, cloning) the project to your local machine
- Run
npm install
on the source directory to install all the devDependencies (for running grunt) - Make sure you have grunt installed (
npm install -g grunt
) - Simply run
grunt
- Make changes to CSS/JS and see grunt automatically concatenate the SASS and JS into the
assets/dist/
folder - When done making changes, run
grunt build
and upload these files
Included modules in CSS:
Included modules in JS:
- Generate all the (fav)icons you'll ever need here