Bootstrap 4 Starter is a simple development environment with Gulp and Sass for Bootstrap 4, so you can quickly create Bootstrap websites.
- Clone the repo:
git clone https://github.com/komputronika/bootstrap4starter.git
- Download or Fork on GitHub
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 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.