Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 507 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 507 Bytes

sass-template : Gulp starter project template

Template setup for a gulp starter project. Gulp tasks run automatically on file save: sass-css, Browser Sync, JS/CSS and image optimisation.

Some common Sass variables and classes included.

Requirements

  • NodeJS - use the installer.
  • Gulp - Windows $ npm install -g gulp Mac sudo npm install -g gulp

Setup

  • Clone repo
  • Run npm install in the terminal (from inside the project directory)