Startbootstrap Business Frontpage screenshot

Startbootstrap Business Frontpage

Author Avatar Theme by Startbootstrap
Updated: 24 Mar 2023
241 Stars

A Bootstrap HTML business homepage template created by Start Bootstrap

Categories

Overview

Business Frontpage is a basic business website template for Bootstrap created by Start Bootstrap. It is an open source library of free Bootstrap templates and themes. All of the templates and themes on Start Bootstrap are released under the MIT license, which means they can be used for both personal and commercial projects.

Features

  • Basic business website template
  • Built with Bootstrap framework
  • Easy to customize HTML and CSS files
  • Contact form integration with SB Forms
  • MIT licensed for free use

Installation

To begin using the Business Frontpage template, you have three options:

  1. Download the latest release of the template from Start Bootstrap’s website.
  2. Install via npm by running the command npm i startbootstrap-business-frontpage.
  3. Clone the repository from GitHub by running the command git clone https://github.com/StartBootstrap/startbootstrap-business-frontpage.git.

Once you have the template, you can start customizing it by editing the HTML and CSS files in the dist directory. To preview your changes, open the index.html file in your web browser.

For advanced usage, you can clone the source files of the theme and navigate into the theme’s root directory. Run npm install to install the required dependencies and then run npm start to open a live preview of the template in your default browser. This command will also watch for changes to the core template files and automatically reload the browser.

The template comes with several npm scripts that you can use for building and managing the project. These include:

  • npm run build - builds the project, including assets, HTML, JS, and CSS, into the dist directory.
  • npm run build:assets - copies the files in the src/assets/ directory into dist.
  • npm run build:pug - compiles the Pug files located in the src/pug/ directory into dist.
  • npm run build:scripts - brings the src/js/scripts.js file into dist.
  • npm run build:scss - compiles the SCSS files located in the src/scss/ directory into dist.
  • npm run clean - deletes the dist directory to prepare for rebuilding the project.
  • npm run start:debug - runs the project in debug mode.
  • npm start or npm run start - runs the project, launches a live preview in your default browser, and watches for changes made to files in src.

If you want to use the contact form feature, the template is prebuilt to use SB Forms. To set it up, sign up for SB Forms on Start Bootstrap and obtain your access key. Then, replace the data-sb-form-api-token='API_TOKEN' attribute in the contact form with your access key. If you are not using SB Forms, simply delete the custom data attributes from the form and remove the link to SB Forms.

Summary

Business Frontpage is a basic business website template built with Bootstrap and created by Start Bootstrap. It is easy to install and customize due to its HTML and CSS files. The template also includes a contact form integration with SB Forms. It is released under the MIT license, making it free to use in personal and commercial projects.