Volt is a free and open source Bootstrap 5 Admin Dashboard featuring over 100 components, 11 example pages and 3 customized plugins. Volt does not require jQuery as a dependency meaning that every library and script's are jQuery free.
All of the assets inside this repository is belongs to themesberg
Volt is built using the latest version of Bootstrap 5 and because jQuery is no longer required as a dependency, Volt has been built using only Vanilla JS.
We created no less than 11 advanced example pages such as the overview page, transactions, user settings, sign in and sign up and many more.
This project assets is built using the following technologies:
- Webpacks - Laravel-Mix
- Fork and Clone this repository.
- Go to the cloned repository folder
cd volt-laravel-dashboard
. - Run this following commands:
Install the composer dependencies
composer install
Generate the Application Key
php artisan key:generate
Install and compile NPM dependencies
npm install && npm run dev
or if you using Yarn
yarn && yarn run dev
Finally. Ready to serve.
php artisan serve