An open API service indexing awesome lists of open source software.

https://github.com/komputronika/bootstrap4starter

Bootstrap 4 development starter pack with Gulp and Sass
https://github.com/komputronika/bootstrap4starter

bootstrap bootstrap4 css development gulp html sass scss template

Last synced: about 2 months ago
JSON representation

Bootstrap 4 development starter pack with Gulp and Sass

Awesome Lists containing this project

README

          

# Bootstrap 4 Starter

Bootstrap 4 Starter is a simple development environment with Gulp and Sass for [Bootstrap 4](http://getbootstrap.com/), so you can quickly create Bootstrap websites.

## Status

[![Build Status](https://travis-ci.com/komputronika/bootstrap4starter.svg?branch=master)](https://travis-ci.com/komputronika/bootstrap4starter)
[![HitCount](http://hits.dwyl.com/komputronika/bootstrap4starter.svg)](http://hits.dwyl.com/komputronika/bootstrap4starter)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/BlackrockDigital/startbootstrap-bare/master/LICENSE)

## Screenshot

Bootstrap 4 Starter

## Download and Installation

* Clone the repo: `git clone https://github.com/komputronika/bootstrap4starter.git`
* [Download or Fork on GitHub](https://github.com/komputronika/bootstrap4starter)

## 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.