DrewDahlman / gulp-boilerplate

A good place to start with Gulp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gulp Boilerplate

Cool place to start with Gulp. Based on Rip It With Gulp via @Legworkstudio

##Cheat Sheet:

  • Download ZIP of this project

  • Rename this to your project name

  • Run git init git init (etc... standard git setup)

  • Install Gulp globally (if don't have it yet) npm install -g gulp

Cd into the root of your new project:

  • Run npm install (only need to do this first time) npm install

  • Run bower install (only need to do this first time) bower install

  • Fire up server and watch with gulp gulp

  • Build minifed and concatenated poduction ready application gulp dist

  • Clean the tmp folder and start over gulp clean

About

A good place to start with Gulp


Languages

Language:JavaScript 86.9%Language:CoffeeScript 7.6%Language:CSS 5.5%