-
Clone project
Template site repository on GitHub: https://github.com/develop-me/gulp-template
Remember:
git clonewill make a new folder wherever you are in terminal, socdto the right place orpwdto check where you are. -
Initiate npm
npm init --yes -
Install the gulp package
npm install gulpCheck
package.jsonhas auto-updated -
Add a .gitignore file to manage the madness that is /node_modules
touch .gitignorecode .gitignoreand add `/node_modules'save your file
use either VSCode or
git statusto see that it's worked -
Tour of the site
Open
index.htmlin the browser and have a review of the site.This is a Bootstrap v4 site.
Uses Sass, compiles
scss/styles.scsstocss/styles.css, from many Sass filesUses some JavaScript files (see bottom of
index.html):js/jquery-3.3.1.slim.jsjs/popper.jsjs/bootstrap.js
-
Add an emoji to slack to let the instructor know you have finished