$ mkdir sass_gulp_workshopcdinto the new directory- Initialize NPM:
$ npm init --yes - Install gulp and gulp-sass packages:
$ npm install -D gulp gulp-sass browser-sync - Install gulp globally
npm install -g gulp - Recreate this file structure in this directory:
public(directory)css(directory)index.html(file)