A boilerplate for building web projects with Gulp and scss. Uses Gulp 4.x.
- Node.js
- Gulp Command Line Utility
npm install --global gulp-cli
Run npm install
to install required files and dependencies.
- Clone or Download Gulp-Web-Boilerplate from GitHub.
- Install Node Modules:
npm i
- Run
gulp
gulp
: run default Gulp task, start development files watching.gulp clean
: remove all generated files.gulp build
: generate html, css and js files.