HTML Bootstrap Gulp Template This project is basically for chrome extensions. It is a boilerplate for compiling SCSS to CSS using gulp watch.
Steps:
- Clone the repo.
- run npm install.
- run gulp watch.
- Start writing your scss in main.scss.
- As soon as you save the main.scss, the .css files will be refreshed with new code.