Skip to content

A simple Gulp setup to add to or use as a starter for new projects. Just a basic starting point to build off of. SCSS compilation & BrowserSync.

Notifications You must be signed in to change notification settings

squaredindex/Gulpv4-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp 4 Starter

This is a basic starting point to for a project using Gulp 4. Nothing fancy just compiling SCSS and watching file changes to update the browser.

Configuration References:

Getting Started:

  1. Check you have both Node and NPM Installed with node -v & npm -v
  2. Check if you have Gulp installed with gulp -v. If not then use the command: npm install gulp-cli -g to install it globally.
  3. Run npm install --save-dev.
  4. Run gulp watch and edit/save a file to see the changes update.

About

A simple Gulp setup to add to or use as a starter for new projects. Just a basic starting point to build off of. SCSS compilation & BrowserSync.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published