Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/decodesalot/dashboard-starter-template
- Owner: decodesalot
- License: mit
- Created: 2022-07-22T15:53:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T16:09:57.000Z (over 2 years ago)
- Last Synced: 2024-10-31T09:42:15.519Z (3 months ago)
- Topics: bootstrap5, dashboard, html5, node-sass, scss
- Language: HTML
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.