An HTML boilerplate with Bootstrap 4.x.x using Gulp, Browsersync, and SCSS workflow.
Before we get started, make sure to download https://nodejs.org/en/.
- Clone this repo: https://github.com/dbybanez/gulp-boilerplate.git
- After cloning, go to the directory of the project.
- Run
npm init
and go through the initial setup. (Optional) - Run
npm install
this will installgulp
,gulp-cli
,gulp-sass
,browser-sync
,gulp-clean-css
,gulp-rename
, andbootstrap
. - Make sure to update the bootstrap scss links under
app
->scss
->bootstrap.scss
andbootstrap
->bootstrap.scss
.
And that's it. You're good to go with your first Gulp workflow!