/bootstrap4starter

Bootstrap 4 development starter pack with Gulp and Sass

Primary LanguageHTMLMIT LicenseMIT

Bootstrap 4 Starter

Bootstrap 4 Starter is a simple development environment with Gulp and Sass for Bootstrap 4, so you can quickly create Bootstrap websites.

Status

Build Status HitCount GitHub license

Screenshot

Bootstrap 4 Starter

Download and Installation

Usage

Edit HTML and SCSS

After installation, edit HTML files in folder /, and SCSS files in folder /src/scss if necessary. These are the only files you need modify.

Run Server

Run npm install and then run npm start which will open up a preview of the template in your default browser. If you edit and save HTML or SCSS files, browser will reload with new changes.

CSS and Javascript files are compiled to folder assets/

You must have npm and gulp installed on your machine in order to use these features.