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

https://github.com/webdevsuperfast/bootstrap-boilerplate

My Bootstrap gulp build workflow.
https://github.com/webdevsuperfast/bootstrap-boilerplate

bootstrap gulp

Last synced: 3 months ago
JSON representation

My Bootstrap gulp build workflow.

Awesome Lists containing this project

README

        

# Bootstrap Boilerplate

## Introduction

Bootstrap Boilerplate is my personal boilerplate when building Bootstrap-enabled static sites. It uses Gulp to handle tasks.

For the VueJS version, go [here](https://github.com/webdevsuperfast/bootstrap-boilerplate/tree/vue).

## Building from Source

1. Install Git.
2. Install NodeJS.
3. Install Gulp globally with `yarn global add gulp-cli` or `npm install -g gulp-cli`.
4. Download or clone repository.
5. Run `yarn intall` or `npm install` to install dependencies through your favorite CLI program or VSCode Terminal.
6. Replace `url` in line `46` of your `gulpfile.js`.
7. Run `gulp` or `npm run start` through CLI or VSCode Terminal.

**Note:**
I suggest using package managers to install Git and NodeJS. For Windows, you can use [scoop](https://scoop.sh) or [Chocolatey](https://chocolatey.org). For Mac/Linux/WSL(Windows 10), use [Homebrew](https://brew.sh).