/Foundation-5---Gulp

A basic starter template for Foundation 5 + Gulp. A few extras I use on a lot of projects are thrown in (Ajaxify / History.js).

Primary LanguageCSS

Gulp Foundation 5 Template

This is a Gulp template to start your own project with Foundation 5.1.

Requirements

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

  • Node.js: Use the installer provided on the NodeJS website.
  • Gulp: Run [sudo] npm install -g gulp

Quickstart

>> git clone https://github.com/liamr/Foundation-5---Gulp.git

>> npm install (This will install all dependencies required for gulp to work.)

While you're working on your project, run:

>> gulp watch

And you're set!