Skip to content

Files

Latest commit

556ebe4 · Feb 17, 2019

History

History
16 lines (11 loc) · 876 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 876 Bytes

Getting Started

Gulp is a stream-based, JavaScript task runner that is derived from Node via NPM. It automates many of the tasks used in front end development, such as compressing files, linting syntax, and creating production versions of development files. Before we start, we need to install Node, which is packaged with NPM, and Gulp.

Installation the Required Software

01--installation-instructions.md

Creating the package.json Manifest File

02--creating-package-json-instructions.md

Installing Gulp Modules/Plug-Ins

03--installing-gulp-modules.md

Writing the Gulpfile

04--writing-the-gulpfile.md

There are other useful Gulp recipes in this repo’s gulp-recipes folder. Study them; make them your own.