Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Admin panel and UI Components for Angular.

Start your own Angular project with ng-dashboard in minutes!

## Demo

Sky Blue

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