optional dependencies. • gulp.src(glob) create a stream from given file system glob. • gulp.dest(folder) save files from a stream to given directory. • gulp.watch(glob, tasks) run a task when one of the globed files is changed. are just four functions
a package.json • Install local Gulp • Create and configure a Gulpfile.js npm init [sudo] npm i -g gulp npm i gulp --save-dev #2 - CONFIGURE DEV ENVIRONMENT