Startup boilerplate for your projects with Grunt, SASS and Jeet.gs, made by zerosixthree.
Step 1. Install NodeJS by downloading it here
Step 2. Install Grunt CLI
npm install -g grunt-cliStep 3. Install all the npm dependencies you need for Grunt.
cd to/root/folder
npm installStep 4. All done! You can now run either grunt or grunt dist depending on your needs, and Grunt will do the rest for you.
The development will be done in source/js/ and source/sass/ which then will be compiled/concatinated/minified into build/js and build/css.