A Bootstrap 4.1.3 boilerplate with font-awesome, sass, gulp 4 tasks, browserSync (with hot-reloading). You can override bootstrap sass variables by placing those variables in starter/assets/scss/_bootstrap_variable_overrides.scss
Install Gulp Globally
$ npm -g install gulp
-
Clone repository:
git clone https://[email protected]/artskid/starter.git
-
Change directory:
cd starter
-
Install all dependencies and libraries:
npm install
-
Run Gulp Task:
-
gulp
- To compile scss to css, minify css and js and build ready for production files in dist folder. -
gulp dev
- Starts a local server with browserSync and hot reloading on changes to files (HTML, SCSS, JS).