All Projects → johnpapa → Pluralsight Gulp

johnpapa / Pluralsight Gulp

Licence: mit
Starter Code for Pluralsight Course "JavaScript Build Automation with Gulp.js"

Programming Languages

javascript
184084 projects - #8 most used programming language

pluralsight-gulp

You've built your JavaScript application but how do you automate testing, code analysis, running it locally or deploying it? These redundant tasks can consume valuable time and resources. Stop working so hard and take advantage of JavaScript task automation using Gulp to streamline these tasks and give you back more time in the day. Studying this repo can help clarify how Gulp works, jump-start task automation with Gulp, find and resolve issues faster, and be a more productive.

Requirements

  • Install Node
    • on OSX install home brew and type brew install node
    • on Windows install chocolatey
    • Read here for some tips on Windows
    • open command prompt as administrator
      • type choco install nodejs
      • type choco install nodejs.install
  • On OSX you can alleviate the need to run as sudo by following these instructions. I highly recommend this step on OSX
  • Open terminal
  • Type npm install -g node-inspector bower gulp

Quick Start

Prior to taking the course, clone this repo and run the content locally

$ npm install
$ bower install
$ npm start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].