A boilerplate to be used as a base for any project built with Bootstrap 4 & Sass. Also added Browsersync and Gulp.js for autoprefixing, concatenating, sourcemap creation, live reloading, minification and building.
-
clone this repo
-
cd
into the repo -
yarn
- install dependencies -
yarn gulp dev
- to run tasks
-
yarn gulp
- Default task used to compile Sass, concatenate CSS & JS files, create sourcemaps & pull dependencies -
yarn gulp dev
- Task that run Browsersync to reload the page everytime any changes made -
yarn gulp dist
- Builds everything and moves it into dist folder for production