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
- Host: GitHub
- URL: https://github.com/herdiansc/angular-admin
- Owner: herdiansc
- Created: 2019-01-20T07:09:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T11:10:41.000Z (over 7 years ago)
- Last Synced: 2025-08-30T14:37:58.161Z (10 months ago)
- Topics: admin, adminlte, angular, dashboard
- Language: TypeScript
- Size: 17.6 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Admin

[](https://opensource.org/licenses/MIT)

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).