Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codersamer/Bulma-Dashboard
Free Dashboard Template using Bulma CSS Framework
https://github.com/codersamer/Bulma-Dashboard
Last synced: about 2 months ago
JSON representation
Free Dashboard Template using Bulma CSS Framework
- Host: GitHub
- URL: https://github.com/codersamer/Bulma-Dashboard
- Owner: codersamer
- License: mit
- Created: 2020-04-10T19:57:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T23:24:18.000Z (over 4 years ago)
- Last Synced: 2024-05-20T03:14:01.993Z (7 months ago)
- Language: HTML
- Homepage: https://codersam.online
- Size: 108 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bulma - bulma-dashboard - Free Dashboard Template built with Bulma (Resources / Templates)
README
# Bulma-Dashboard
Free Dashboard Template using Bulma Framework![alt text][logo]
[logo]: https://github.com/SamZCoder/Bulma-Dashboard/raw/master/src/screenshots/dashboard.png "Bulma Dashboard"
## How to install
First you have to make sure you have git installed on your machine then clone this repository locally by running this command
```
git clone https://github.com/SamZCoder/Bulma-Dashboard.git
```
Now you have all source code localy so it's time to build the project but you must have NodeJs install and then run this command to install required packages
```
npm install
```
Once finished installing required packages just run gulp to build your project into a directory called "build"
```
gulp
```