Simple gulp workflow
Simple Gulp setup and minimal boilerplate for Bootstrap Layout.
boilerplate code
Demo
You can see a working live demo of this boilerplate.
Features
{% markdown %}
### Usage
#### Clone the boilerplate repository
```bash
git clone https://github.com/themekit/bs-layout-boilerplate-gulp.git my-project
```
```bash
cd my-project
```
#### Install dependencies
```bash
npm install
```
#### Build
```bash
gulp
```
{% endmarkdown %}