Completed
- Install Gulp CLI, create package.json, and install npm packages
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Gulp 4 Crash Course for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Install Node.js
- 3 - Install Gulp CLI, create package.json, and install npm packages
- 4 - Create gulpfile.js file and import packages
- 5 - Create Sass task
- 6 - Create JavaScript task
- 7 - Create Cachebust task
- 8 - Create Watch task
- 9 - Create default Gulp task
- 10 - Add SCSS and JS files, and folders for workflow
- 11 - Testing the Gulp workflow!