BS4 is a project setup for professional front-end template designer, and to build fast, robust, and adaptable web apps or sites.
Run following command in cmd or terminal:
- Clone the git repo -
git clone https://github.com/barthwal/bs4.git
- Install dev dependency -
cd bs4 && npm install
- Run web server -
gulp
- Bootstrap 4 Theming setup with sass
- gulp and browser-sync plugin used to make it easy and fast.
- Chrome
- Edge
- Firefox
- Internet Explorer 9+
- Opera
- Safari
- You can create folders and add files in the "src" folder (any file structure you want).
- I have created the template.html file in "src" folder, which will be used as a base for your template page.
- You can write all of you css style in "scss/style.scss" file and when you run gulp then all scss code pre-process and copied to "css/style.css" which is included in html file.
- All the bootstrap 4 lib css code is already included in "scss/style.scss" file. Check this line -
@import "../../node_modules/bootstrap/scss/bootstrap";
in style.scss. [note: If you dont want your bootstrap 4 css code include in "css/style.css" file.]