https://github.com/komputronika/bootstrap4starter
Bootstrap 4 development starter pack with Gulp and Sass
https://github.com/komputronika/bootstrap4starter
bootstrap bootstrap4 css development gulp html sass scss template
Last synced: about 2 months ago
JSON representation
Bootstrap 4 development starter pack with Gulp and Sass
- Host: GitHub
- URL: https://github.com/komputronika/bootstrap4starter
- Owner: komputronika
- License: mit
- Created: 2018-10-04T05:06:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T06:44:03.000Z (over 7 years ago)
- Last Synced: 2025-08-05T04:12:12.344Z (11 months ago)
- Topics: bootstrap, bootstrap4, css, development, gulp, html, sass, scss, template
- Language: HTML
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bootstrap 4 Starter
Bootstrap 4 Starter is a simple development environment with Gulp and Sass for [Bootstrap 4](http://getbootstrap.com/), so you can quickly create Bootstrap websites.
## Status
[](https://travis-ci.com/komputronika/bootstrap4starter)
[](http://hits.dwyl.com/komputronika/bootstrap4starter)
[](https://raw.githubusercontent.com/BlackrockDigital/startbootstrap-bare/master/LICENSE)
## Screenshot

## Download and Installation
* Clone the repo: `git clone https://github.com/komputronika/bootstrap4starter.git`
* [Download or Fork on GitHub](https://github.com/komputronika/bootstrap4starter)
## Usage
### Edit HTML and SCSS
After installation, edit HTML files in folder `/`, and SCSS files in folder `/src/scss` if necessary. These are the only files you need modify.
### Run Server
Run `npm install` and then run `npm start` which will open up a preview of the template in your default browser. If you edit and save HTML or SCSS files, browser will reload with new changes.
CSS and Javascript files are compiled to folder `assets/`
You must have npm and gulp installed on your machine in order to use these features.