Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/talentedaamer/reunion-admin-template
Angular 13 Admin template starter with Sidenav, Header, Footer and Menu List.
https://github.com/talentedaamer/reunion-admin-template
Last synced: about 23 hours ago
JSON representation
Angular 13 Admin template starter with Sidenav, Header, Footer and Menu List.
- Host: GitHub
- URL: https://github.com/talentedaamer/reunion-admin-template
- Owner: talentedaamer
- License: mit
- Created: 2022-10-21T11:43:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T12:48:19.000Z (about 1 year ago)
- Last Synced: 2024-04-18T14:12:15.491Z (7 months ago)
- Language: TypeScript
- Size: 283 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reunion Angular Admin Template
Angular 13 starter admin dashboard template. Includes Angular Material, Sidenav, Drawer, Header, Footer and Sidebar. Routing and admin modules are also setup.
![Routes](screenshots/dashboard.png)
### 📥 Clone project
Clone the project from github or download the .zip file and extract to your existing project.
```bash
$ git clone https://github.com/talentedaamer/reunion-admin-template.git
```### 📦 Package Installation
Install packages.
```bash
$ npm install
```## 🚀 Running, Building, Testing the app
```bash
# start
$ npm run start
# build
$ npm run build
# watch
$ npm run watch
# test
$ npm run test
```### License
This project like Nest is [MIT licensed](LICENSE).