Answers for "use gulp"

7

how to install gulp

npm install gulp-cli -g
Posted by: Guest on June-29-2020
3

install gulp

npm install gulp
Posted by: Guest on April-26-2020
0

use gulp

npm init // create the package.json file
npm install -g gulp //If you haven't installed gulp globally before
npm install --save-dev gulp // --save-dev dependancy package.json
npm install --save-dev gulp-sass
npm install --save-dev gulp-print
your commands > gulpfile.js
gulp command
Posted by: Guest on November-15-2020

Code answers related to "use gulp"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language