Let's see the list of steps involved in the to set up Gulp.js
.
Prerequisites
Gulp is a command line tool and to use Gulp, Node.js must be installed in your system.
Installation steps
- Install Gulp (
global
). - Create package.json and list dependencies (
Gulp
and plugins
). - Install
NPM
modules. - Create
gulpfile.js
. - Load plugin and create tasks.
- Execute tasks in the command line.