Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
/ boilerplate Public archive

My personal boilerplate with commonly used libraries and set-up.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE.md
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

DeviaVir/boilerplate

Repository files navigation

Ready for action

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 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

Modules

Included modules in CSS:

Included modules in JS:

After care

  • Generate all the (fav)icons you'll ever need here