0 votes
in JavaScript by
Installing Gulp.js

1 Answer

0 votes
by
Installing Gulp.js
Installing Gulp.js

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.

Related questions

0 votes
+1 vote
asked Feb 28, 2020 in JavaScript by miceperry
+1 vote
asked Feb 15, 2020 in JAVA by rahuljain1
0 votes
asked Feb 25, 2020 in JavaScript by miceperry
...