Uses Business Frontpage (and other StartBootrap tempplate 1, 2)
- Multipurpose, full website template for Bootstrap
- Created by Start Bootstrap
- Template includes 17 unique HTML pages and a working PHP contact form
- Start Bootstrap is based on the Bootstrap framework created by Mark Otto and Jacob Thorton.
- Copyright 2013-2023 Start Bootstrap LLC. Code released under the MIT license.
Clone the source files of the theme and navigate into the theme's root directory. Run npm install and then run npm start which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the package.json file to see which scripts are included.
npm run buildbuilds the project - this builds assets, HTML, JS, and CSS intodistnpm run build:assetscopies the files in thesrc/assets/directory intodistnpm run build:pugcompiles the Pug located in thesrc/pug/directory intodistnpm run build:scriptsbrings thesrc/js/scripts.jsfile intodistnpm run build:scsscompiles the SCSS files located in thesrc/scss/directory intodist
npm run cleandeletes thedistdirectory to prepare for rebuilding the projectnpm run start:debugruns the project in debug modenpm startornpm run startruns the project, launches a live preview in your default browser, and watches for changes made to files insrc
You must have npm installed in order to use this build environment.
The contact form available with this theme is prebuilt to use SB Forms. SB Forms is a simple form solution for adding functional forms to your theme. Since this theme is prebuilt using our SB Forms markup, all you need to do is sign up for SB Forms on Start Bootstrap.
After signing up you will need to set the domain name your form will be used on, and you will then see your
access key. Copy this and paste it into the data-sb-form-api-token='API_TOKEN' data attribute in place of
API_TOKEN. That's it! Your forms will be up and running!
If you aren't using SB Forms, simply delete the custom data attributes from the form, and remove the link above the
closing </body> tag to SB Forms.