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

https://github.com/herdiansc/angular-admin

An angular admin page
https://github.com/herdiansc/angular-admin

admin adminlte angular dashboard

Last synced: about 2 months ago
JSON representation

An angular admin page

Awesome Lists containing this project

README

          

# Angular Admin
![Repo Size](https://img.shields.io/github/languages/code-size/herdiansc/angular-admin.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
![Bower: 0.0.1](https://img.shields.io/badge/bower-1.8.7-red.svg)

This project is an angular implementation in admin control panel based on admin lte template

## Demo
You can check this project demo at https://herdiansc.github.io/angular-admin/

## How to Run
Follow these steps to run this project in local development:
- Install nodejs 10.15.0 or higher
- Clone this repository to your local machine
- Enter this project directory, `cd angular-admin`
- Run `npm install`
- Run mock restful api, `json-server --watch restful-mock/db.json`
- Run `ng serve`
- Open browser and visit project url `http://localhost:4200`

## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.

## Further help
To get more help on how to use this project, please refer to the Angular CLI help `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).