A basic project for HTML, scss with gulp .
- git clone https://github.com/JohnKimDev/gulp-html-scss.git
- cd gulp-html-scss
- npm install
gulp serveornpm start
... and then the browser-sync should automatically run on your localhost now.
root
│ index.html
│ ...
└───assets
│
└───css // static CSS files
│
│
└───scss // all SCSS files
│ common.scss
│ index.scss
│ variables.scss
│
└───styles // SCSS -> CSS converted files