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
- Host: GitHub
- URL: https://github.com/coder-abdo/ui-dashboard
- Owner: coder-abdo
- Created: 2020-08-09T14:44:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-09T14:49:05.000Z (almost 6 years ago)
- Last Synced: 2025-03-04T07:47:19.502Z (over 1 year ago)
- Language: CSS
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`