/gulp-html-scss

Basic codes for HTML + SCSS with Gulp as SCSS compiling task manager

Primary LanguageJavaScript

Gulp+HTML+SCSS

A basic project for HTML, scss with gulp .

Usage

  1. git clone https://github.com/JohnKimDev/gulp-html-scss.git
  2. cd gulp-html-scss
  3. npm install
  4. gulp serve or npm start

... and then the browser-sync should automatically run on your localhost now.

Folders Structure

root
│   index.html    
│    ...
└───assets 
    │
    └───css            // static CSS files 
    │
    │
    └───scss           // all SCSS files
    │   common.scss
    │   index.scss
    │   variables.scss
    │
    └───styles         // SCSS -> CSS converted files