bhashkar007 / Bootstrap4-Boilerplate

A Boilerplate for new bootstrap project with gulp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap 4 HTML project boilerplate

A HTML project boilerplate for Bootstrap 4 and BrowserSync using NPM and Gulp.

Quick Start

1. Clone this repo

2. `cd bootstrap-4-boilerplate`

3. run `npm install` to install all dependencies

3. Run `gulp copy-assets` to copy bootstrap & fontawesome5-free assets from node_module folder

4. Run `gulp watch` to compile and monitor your JS and SCSS

Requirements

This project requires you to have nodejs with npm and a global installation of gulp.

# Install gulp globally
npm install -g gulp

What it does for you?

1. Compiles your SCSS
2. Transpile your JS (ES6,7,8) using Babel
3. Minify/Optimize your assets i.e. JavaScript, CSS and Images
4. Keeps your browser in sync with file edits
5. Saves you time :)

About

A Boilerplate for new bootstrap project with gulp

License:GNU General Public License v3.0


Languages

Language:JavaScript 98.5%Language:CSS 1.3%Language:HTML 0.2%