/bootstrap-boilerplate

Bootstrap boilerplate is an opinionated starter kit to help you build or prototype static marketing or content websites.

Primary LanguageJavaScriptOtherNOASSERTION

Bootstrap boilerplate

Bootstrap boilerplate is an opinionated starter kit to help you build or prototype static marketing or content websites. It uses Jekyll as a static site generator, Gulp as a worklow automation tool and Bootstrap as CSS framework.

You are free to copy, modify, and distribute Bootstrap boilerplate, even for commercial purposes, without asking for permission. For any third-party code please refer to the corresponding license included in this project.

How to use

Dependencies

Bootstrap boilerplate needs the following tools to be installed properly:

Install

To install run bundle install && npm install

Run

There are several options to run or build the site.

Using the Gulp CLI

To build a development version of the site run gulp.

To run a browser-sync server and watch changes run gulp watch.

To build a production ready version of the site run gulp build.

Need help

Bootstrap boilerplate uses Jekyll to generate the html and process the .scss files. More information about these tools can be found on the following sites:

Credits