A free, open source, Bootstrap admin theme created by Start Bootstrap
SB Admin is an open-source admin dashboard template for Bootstrap, created by Start Bootstrap. This template provides a sleek and modern design for administrators to manage and monitor their website or application. It is highly customizable and easy to use, making it a popular choice for developers.
To begin using SB Admin, you have three options:
npm i startbootstrap-sb-admin
in your terminal.git clone https://github.com/StartBootstrap/startbootstrap-sb-admin.git
.After following one of these installation options, you can start using the template by editing the HTML and CSS files included in the dist
directory. These are the only files you need to worry about, as the template does not require any additional dependencies.
To preview the changes you make to the code, simply 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 necessary dependencies. Then, run npm start
to open a preview of the template in your default browser. This command will also watch for changes to core template files and live reload the browser when changes are saved.
The template includes several npm scripts that you can use:
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
.Please note that you must have npm installed in order to use this build environment.
SB Admin is a highly customizable admin dashboard template for Bootstrap. It provides a sleek and modern design, making it easy for administrators to manage and monitor their websites or applications. The template is easy to install and use, and it supports advanced usage with npm scripts for building and previewing the template. Whether you’re a beginner or an experienced developer, SB Admin offers a great solution for creating an efficient and visually appealing admin dashboard.