This repository contains free and open source Bootstrap 4 themes.
Each folder under the /dist/
folder contains a theme, and includes css files you may distribute (bootstrap.css and bootstrap.min.css) and the theme source scss files.
Read this blog post to learn more about this repository.
Included are two free themes:
These themes were expressly created for websites that were built using Bootstrap v4 or later.
You can either clone or download this entire repository and use the themes under /dist/
folder.
To compile and modify the themes, you'll need to use npm.
- Clone this repository
- Run
npm install
to install all the dependencies - Run
gulp
to compile all themes once orgulp watch
to turn on the watcher that recompiles themes as soon as you change source scss files.
Copyright © 2018 Developer Express Inc. All trademarks or registered trademarks are property of their respective owners. This project code is released under the MIT License.