Task enables a modular approach for configuring Gulp. Everything we can write in gulpfile.js are tasks. Let’s start how to
Tag: Gulp
Gulp Set up enviornment
Node is necessary for running Gulp. So follow the below steps to install gulp in your local machine. 00