A simple HTML/CSS boilerplate implementing the CSS_BOX approach.
A complete guide on how to use it: CSS_BOX. A better way to organize CSS on large projects
You need to install Node.js first.
Then clone the repository and run the following command in the template folder:
npm install --save
Once all the dependencies are installed, run
gulp default
Also, there's a task to minify images:
gulp imagemin
All the folders paths can be customized in gulpfile.js.
Author: Andrii Toniievych
Contact: [email protected]
Feel free to contact me if you have any questions.