Grunt template, comes with basic styling/UI elements, including Font Awesome and a handy media query mixin.
Git
Node
NPM
# clone project into directory of your choice
git clone [email protected]:leetomblin/grunt-template.git
# cd into directory and run:
npm install
Once installed run grunt
- this will start the local server, which can be viewed at http://localhost:1234. Along with the server, livereload will be running and watching for file changes. Livereload is included in the connect config, so no need for browser extensions.
CSS output is compressed via grunt-sass.
To minify JS, run production
this will make application.js into app.min.js. This is not done whilst developing as compile times can add up.