CaryLandholt / tutorial-gulp-the-basics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tutorial-gulp-the-basics

Tutorial files for https://www.youtube.com/watch?v=dwSLFai8ovQ

Installing

Before running, you must install and configure the following one-time dependencies:

$ npm install -g gulp

Once the dependencies have been installed, enter the following in the terminal:

$ git clone git@github.com:CaryLandholt/tutorial-gulp-the-basics
$ cd tutorial-gulp-the-basics
$ npm install

Running

Enter the following in the terminal:

$ gulp watch

About


Languages

Language:JavaScript 93.6%Language:CoffeeScript 6.4%