Volt Bootstrap 5 Dashboard screenshot

Volt Bootstrap 5 Dashboard

Author Avatar Theme by Themesberg
Updated: 9 Jan 2023
2656 Stars

Free and open source Bootstrap 5 Admin Dashboard Template with vanilla Javascript

Categories

Overview:

Volt is a free and open-source Bootstrap 5 Admin Dashboard that offers over 100 components, 11 example pages, and 3 customized plugins. It is built using the latest version of Bootstrap 5 and does not require jQuery as a dependency, using only Vanilla JavaScript instead. The theme comes with thorough documentation for every component, plugin, and getting started guide.

Features:

  • Bootstrap 5 and Vanilla JavaScript: Built using the latest version of Bootstrap 5 and does not require jQuery.
  • 100+ Components: Made with the latest Bootstrap 5 Sass variables and HTML markup.
  • 11 Example Pages: Includes advanced example pages like overview, transactions, user settings, sign in, sign up, and more.
  • Full Documentation: Detailed documentation for every component, plugin, and getting started guide.

Installation:

To install Volt, follow these steps:

  1. Download the theme from Themesberg or clone the repository.
  2. Download and install Node.js, if not already installed.
  3. Install the Gulp Command Line Interface by running the following command in the main volt/ folder:
npm install --global gulp-cli
  1. Run the following command in the main volt/ folder to download all project dependencies:
npm install
  1. Run the following command in the main volt/ folder to serve the project files and open the dashboard in your browser:
gulp
  1. The theme will be compiled, and the dashboard will open automatically in your browser. Changes made to files in the assets/scss/, assets/js/, and components/ folders will be monitored and applied.
  2. To stop the local server, press CTRL+C.

If you prefer not to use Sass, Gulp, or npm, there is a version available without those dependencies. Simply run the following command:

gulp build-html-css

This will generate a folder named “html&css” containing unminified CSS, HTML, and JavaScript files.

Summary:

Volt is a Bootstrap 5 Admin Dashboard that offers a wide range of components, example pages, and customized plugins. It is built using Vanilla JavaScript and Bootstrap 5, without the need for jQuery. The theme comes with thorough documentation and can be easily installed using Node.js and Gulp. Alternatively, a version without Sass, Gulp, or npm is also available for simpler usage.