Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 403 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 403 Bytes

gulp-starter

gulp starter file

Steps

  1. make sure gulp is installed: npm install gulp-cli -g
  2. Go to directory where you need gulp
  3. Run: npm init this will create a package.json file
  4. Add gulp to your dev dependencies npm install --save-dev gulp
  5. Download the file from GitHub - or you can run this command curl -LO https://raw.github.com/joelkrause/gulp-starter/master/gulpfile.js