Answers for "what file to run gulp"

0

install gulp serve

npm i --save-dev gulp-serve
Posted by: Guest on January-12-2021
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 "Shell/Bash"

Browse Popular Code Answers by Language