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.
- Host: GitHub
- URL: https://github.com/webdevsuperfast/bootstrap-boilerplate
- Owner: webdevsuperfast
- Created: 2019-10-06T01:35:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T12:21:05.000Z (over 1 year ago)
- Last Synced: 2025-01-18T00:51:51.419Z (5 months ago)
- Topics: bootstrap, gulp
- Language: JavaScript
- Homepage:
- Size: 976 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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).