signalkuppe / grunt-foundation5

a starter kit for projects based on foundation5 and grunt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grunt Foundation 5

This is a template to start your own project using Grunt, Foundation5 and Compass.

Pages are built with grunt-html-builder

Requirements

You'll need to have the following items installed before continuing.

  • Node.js: Use the installer provided on the NodeJS website.
  • Grunt: Run [sudo] npm install -g grunt-cli
  • Bower: Run [sudo] npm install -g bower

Quickstart

git clone https://github.com/signalkuppe/grunt-foundation5.git
npm install
bower install
grunt
grunt listen

Now you have a web server listening to your changes at 127.0.0.1:8080 And you're set!

Make some changes to your templates or sass files and everything will be compiled on the fly.

see grunt-html-builder for the proper documentation

Bitdeli Badge

About

a starter kit for projects based on foundation5 and grunt


Languages

Language:CSS 92.6%Language:JavaScript 4.4%Language:Ruby 3.0%