--- title: Boilerplates slug: boilerplates --- {% extends "layouts/default.html" %} {% block page %}

{{ title }}

Bootstrap Layout provides a variety of starter boilerplates or project examples using common workflows and tooling such as npm, gulp, browserify and webpack so you can start using Bootstrap Layout as easy as possible.

{% include 'boilerplates/npm.html' %}
{% include 'boilerplates/gulp-simple.html' %}
{% include 'boilerplates/gulp-advanced.html' %}
{% endblock %}