Skip to content

jnahlovsky/grunt-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grunt starting template

Grunt template, comes with basic styling/UI elements, including Font Awesome and a handy media query mixin.

Prerequisites

Git
Node
NPM

Installing

# clone project into directory of your choice
git clone [email protected]:leetomblin/grunt-template.git

# cd into directory and run:
npm install

Usage

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.

About

Front-end structure using Grunt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published