Dashbrd is a modern Bootstrap-based admin dashboard template for building web applications and SaaS projects.
Live Preview: https://simzikov.github.io/dashbrd/
Dashbrd can be used in two different ways depending on your workflow.
Use this method if you want to include Dashbrd inside an existing project.
npm install dashbrdImport the compiled CSS and JavaScript files directly into your project.
<link rel="stylesheet" href="node_modules/dashbrd/dist/assets/css/theme.bundle.css" />
<script src="node_modules/dashbrd/dist/assets/js/theme.bundle.js"></script>If your project already has a build pipeline, you can import the source SCSS and JavaScript files.
@import 'dashbrd/src/scss/theme.scss';import 'dashbrd/src/js/theme.js';Use this option if you want the full project structure with source files, examples, and documentation.
git clone https://github.com/simzikov/dashbrd.gitnpm installnpm startThis will start the local development environment and compile the assets.
Dashbrd includes built-in documentation and component references.
Getting Started Guide https://simzikov.github.io/dashbrd/docs/getting-started.html
Components Reference https://simzikov.github.io/dashbrd/docs/components.html
