Dash-UI is a free & open source Bootstrap 5 Admin Template
This product is built using the following widely used technologies:
- Most popular CSS Framework Bootstrap 5
- Productive workflow tool Gulp
- Awesome CSS preprocessor Sass
- Download from clone this repository
- Download the project's zip
- Make sure you have Node locally installed.
- Download Gulp Command Line Interface to be able to use gulp in your Terminal.
npm install gulp-cli -g
- After installing Gulp, run npm install in the main
dash-ui/
folder to download all the project dependencies. You'll find them in thenode_modules/
folder.
npm install
- Run gulp in the
dash-ui/
folder to serve the project files using BrowserSync. Running gulp will compile the theme and open/index.html
in your main browser.
gulp
- Generates a /dist directory with all the production files.
gulp build