harubootstrap v1.2.2
"Harubootstrap" Theme Collection
This is a collection of Bootstrap themes that I made for my personal projects. All of them are freely available for use in any project and can be previewed by launching the Node.js project contained in this repository.
This project is inspired by Bootswatch.




Using my themes
You can find my themes in the dist folder, both as Sass files and precompiled CSS files.
Each theme has a bootstrap.css file with contains all of Bootstrap's CSS styles, customized for that specific theme (as well as the minified version bootstrap.min.css), and a colorpreview.min.css, to preview colors for that theme without outputting extra CSS classes that may be unnecessary to use Bootstrap.
If you use Node.js with React, you can also install harubootstrap.
npm install harubootstrapThen, import the corresponding file in your JavaScript:
import 'harubootstrap/dist/<theme-name>/bootstrap.css';Previewing the themes
Requirements: Node.js
- Clone or download this repository.
Install dependencies:
npm installRun with:
npm startOpen http://localhost:8080 to start previewing!