boilerplate
boilerplate copied to clipboard
My personal boilerplate with commonly used libraries and set-up.
trafficstars

Installation
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 installon 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 buildand upload these files
Modules
Included modules in CSS:
Included modules in JS:
After care
- Generate all the (fav)icons you'll ever need here