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

https://github.com/coder-abdo/ui-dashboard

Dashboard using html5 and css3
https://github.com/coder-abdo/ui-dashboard

Last synced: 9 months ago
JSON representation

Dashboard using html5 and css3

Awesome Lists containing this project

README

          

# UI Dashboard

## UI Dashboard using HTML5 and CSS3

---

### Front End Technologies:

- Pug JS
- Sass
- Parcel Bundler

---

> make sure installing parcel-bundler you can install it with one of this commands:

```
npm install -g parcel-bundler
yarn add global parcel-bundler
```

> install deps:

```
npm install
```

or

```
yarn
```

---

> to run the app

```
parcel src/index.pug
```

> to view it in the browser
> `localhost:1234`