Kundante is a yet another simple boilerplate for the developing HTML/CSS projects and it has some cool features like:
- Compiles SASS/SCSS
- Optimizes images
- Compress CSS/JavaScripts files and bundling into single
.css/.jsfiles - Able to include HTML parts with like
@@include("../src/includes/head.html")custom tag - Automatically refreshes browser when save files with BrowserSync.
yarn install or npm install
Use gulp watch for watching files and gulp build to build files.
⚡️ Go feel free to clone the project and send your pull requests!