Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 506 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 506 Bytes

gulp-scss-boilerplate

Quick start in website development with HTML5/CSS3 using Sass/Scss and Javascript.

Tasks

  • compiling pre-processors to CSS
  • automatic page reload (browser-sync)
  • CSS files compression
  • images compression
  • create production build (available later in dist folder)

Quick start with boilerplate:

git clone https://github.com/vtereshyn/gulp-scss-boilerplate.git
cd gulp-scss-boilerplate;
npm i
npm run watch

To build project

npm run build