Skip to content

JohnKimDev/gulp-html-scss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors