Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```