Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrew-yangy/ng-dashboard
Angular admin dashboard framework
https://github.com/andrew-yangy/ng-dashboard
angular angular-cli bootstrap
Last synced: 26 days ago
JSON representation
Angular admin dashboard framework
- Host: GitHub
- URL: https://github.com/andrew-yangy/ng-dashboard
- Owner: andrew-yangy
- Created: 2017-05-18T07:38:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T08:51:03.000Z (almost 6 years ago)
- Last Synced: 2024-05-21T06:15:31.756Z (6 months ago)
- Topics: angular, angular-cli, bootstrap
- Language: HTML
- Size: 2.15 MB
- Stars: 55
- Watchers: 10
- Forks: 55
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-angular - ng-dashboard - Angular admin dashboard framework. (Uncategorized / Uncategorized)
README
# Admin panel and UI Components for Angular.
Start your own Angular project with ng-dashboard in minutes!
## Demo
## How to start
You will need to clone the source code of ng-dashboard GitHub repository.
`git clone https://github.com/ddvkid/ng-bootstrap.git`
After the repository is cloned, go inside of the repository directory and install dependencies:
```
cd ng-dashboard
npm install
npm start
```