Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 297 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 297 Bytes

install-nodejs-gulp

sudo apt-get update

sudo apt-get install nodejs

sudo apt-get install npm

go to your website directory

npm install gulp-cli -g

npm install gulp -D

touch gulpfile.js

Have a look at this link for the contents of a typical gulp file

https://www.npmjs.com/package/gulp