Assuming , you have a grasp of how to install gulp, let us dive right down to requiring all the gulp- dependencies from package.json under your projects root folder.
In case you do not have a gulpfile yet , please create an empty file with the name
gulpfile.js
First , we require gulp. like so:
v...