Skip to content

kevhou/Basic-Grunt-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Grunt Boilerplate

Very basic grunt boilerplate to start your project. Uses minimal tasks and dependencies.

###Features:

  • SMACCS CSS architecture using SASS
  • Minimize scripts, html and css
  • Grunt task to watch for changes during development - watches for changes to SASS, JS, html and recompiles
  • Livereload for CSS updates

Installation

  1. Run npm install from the command line in the root folder of this project. This will install all the required node packages.
  2. Run grunt server from the command line in the root folder of this project. This will run your site on a local server at http://localhost:8000/.

About

Simple grunt boilerplate with minimal tasks and dependencies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors