Copy over relevant assets into a ./Layouts directory.
Make this file to ignore installable components.
.gitignore
$ mkdir sass_gulp_workshopcd into the new directory$ npm init --yes$ npm install -D gulp gulp-sass browser-syncnpm install -g gulppublic (directory)
css (directory)index.html (file)This material should be covered at the beginning of, or just before the final student project. Basic git knowledge is required, intermediate experience with CLI and git is preferred.
This material usually takes less than an hour to introduce and will be in use throughout the final project.