Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/decodesalot/dashboard-starter-template

Minimal HTML dashboard starter template built with Bootstrap 5 and SCSS
https://github.com/decodesalot/dashboard-starter-template

bootstrap5 dashboard html5 node-sass scss

Last synced: about 2 months ago
JSON representation

Minimal HTML dashboard starter template built with Bootstrap 5 and SCSS

Awesome Lists containing this project

README

        

# Dashboard Starter Template
This is a free, open source, bootstrap 5 starter template. Great for basic prototyping or getting a head start on setting up a portal.

## Getting Started
Run the following command:
```
npm i
```
This will generate a `/node_modules` folder and download any package listed in the package.json file.
I kept things basic, keeping true to the bootstrap framework as much as possible. However, I wrote the css in sass and used the `node-sass` package for compiling.

## Note
If you would like to continue making style changes, in your terminal type:
```
npm run sass
```
This will compile your scss and put the css file inside the `/dist/css` folder.