stharana / ElectronJS-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Structure

Within the download you'll find the following directories and files:

black-dashboard/
├── CHANGELOG.md
├── README.md
├── assets
│   ├── css
│   │   ├── black-dashboard.css
│   │   ├── black-dashboard.css.map
│   │   ├── black-dashboard.min.css
│   │   ├── bootstrap.min.css
│   │   └── nucleo-icons.css
│   ├── demo
│   │   ├── demo.css
│   │   └── demo.js
│   ├── fonts/
│   ├── img/
│   ├── js
│   │   ├── black-dashboard.js
│   │   ├── black-dashboard.js.map
│   │   ├── black-dashboard.min.js
│   │   ├── core/
│   │   └── plugins
│   │       ├── bootstrap-notify.js
│   │       ├── chartjs.min.js
│   │       └── perfect-scrollbar.jquery.min.js
│   └── scss/
│       ├── black-dashboard/
│       └── black-dashboard.scss
├── docs
│   └── documentation.html
├── examples
│   ├── dashboard.html
│   ├── icons.html
│   ├── map.html
│   ├── notifications.html
│   ├── rtl.html
│   ├── tables.html
│   ├── typography.html
│   ├── upgrade.html
│   └── user.html
├── gulpfile.js
├── package.json
└── LICENSE.md


About

License:MIT License


Languages

Language:CSS 93.5%Language:JavaScript 5.7%Language:HTML 0.8%