Quickly ⚡ Generate and Showcase 🎯 your bootstrap theme 🎨. Get Started or See sample theme.
node -v
// v10.17.0
git --version
// git version 2.x
- First, fork this repo.
- Open terminal and:
git clone <forked-repo-url>
cd bootstrap-theme-kit
npm i
npm run init
npm start
- Browser will open at 3000 port.
- Start editing your scss/html files and browser will reload.
- Of course, Bootstrap
- 🌞 Default and 🌙 Dark themes
- Gulp
- SCSS
- SCSS-7-in-1
- Pro tip: Quickly generate SCSS 7-in-1 architecture anywhere using npx scss-7-in-1
- Live reload with Browsersync
- Linting and Formatting
- Commitzen Friendly
- Pro tip: After staging your files, use
npm run commit
to make commit messages commitzen friendly.
- Pro tip: After staging your files, use
- Changelog and Version Management with Semantic Release
- Github Actions with
- Cache for faster build
- Build and Lint scripts
- GitHub Pages action
- Pro tip: As it's deployed to Github Pages, you can also treat it as CDN for your CSS.