coderrmt / bootstrap.build

πŸ”₯ Powerful Bootstrap theme builder for your next project

Home Page:https://bootstrap.build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap Theme Builder (Generator)

>>> Launch app <<<

Product Hunt

Features

Bootstrap 4 – Bootstrap.build was built for the latest version of Bootstrap (v4.0.0-beta.2).

Google Fonts – All Google Fonts are available and auto suggested for font variables.

Variables suggest – Don't remember what's that variable called? No problem! You can search all available variables.

Color picker – Enjoy playing around with colors with a built-in Sketch-like colorpicker.

Server or client – Compile SASS in your browser or on our servers, depending on your device and internet connection speed.

Editable code snippets – Play around with examples by changing code in built-in code editor.

Export – Download .SCSS variables file or a custom Bootstrap build!

Open Source – You are free to use and modify the project for personal and commercial purposes.

Run on your machine

Clone the repo:

git clone git@github.com:olegberman/bootstrap.build.git

Install dependencies:

cd bootstrap.build
yarn install

Start app server:

yarn start

Start SASS compiler server (in a different terminal), this is used for server-side compilation strategy:

node server-sass.js

Start nginx with a config file from conf.nginx. Browse to 127.0.0.1

Contributing

All contributions are welcome! ❀️

About

πŸ”₯ Powerful Bootstrap theme builder for your next project

https://bootstrap.build

License:MIT License


Languages

Language:HTML 93.2%Language:JavaScript 4.5%Language:CSS 2.4%