https://github.com/open-template-hub/admin-ui-template
Admin UI Template is a modern, responsive, and customizable admin UI template for your business. It contains reusable components, theme color, and design support along with dark theme support.
https://github.com/open-template-hub/admin-ui-template
admin-dashboard angular angular-components template ui-components
Last synced: 8 months ago
JSON representation
Admin UI Template is a modern, responsive, and customizable admin UI template for your business. It contains reusable components, theme color, and design support along with dark theme support.
- Host: GitHub
- URL: https://github.com/open-template-hub/admin-ui-template
- Owner: open-template-hub
- License: mit
- Created: 2022-04-11T23:38:19.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-29T04:16:51.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T01:38:38.226Z (almost 2 years ago)
- Topics: admin-dashboard, angular, angular-components, template, ui-components
- Language: TypeScript
- Homepage: https://opentemplatehub.com/product/user-interface/admin-ui-template
- Size: 10.1 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
Open Template Hub - Admin UI Template v5
[](LICENSE)
[](https://github.com/open-template-hub/admin-ui-template/issues)
[](https://github.com/open-template-hub/admin-ui-template/pulls?q=is%3Apr+is%3Aclosed)
[](https://github.com/open-template-hub/admin-ui-template/commits/master)
[](https://github.com/open-template-hub/admin-ui-template/releases)
[](docs/lighthouse)
[](https://sonarcloud.io/dashboard?id=open-template-hub_admin-ui-template)
Admin UI Template is a modern, responsive, and customizable admin UI template for your business. It contains reusable components, theme color, and design support along with dark theme support.
For demo click the image below ⬇️
## Ways to Begin
### 1. Express Deploy
Deploy this template to Heroku
[](https://heroku.com/deploy?template=https://github.com/open-template-hub/admin-ui-template)
### 2. Start with UI Generator
Create your UI with UI Generator Package
[](https://www.npmjs.com/package/@open-template-hub/app-generator)
### 3. GitHub Template
Use this repository as a Template
[](https://github.com/open-template-hub/admin-ui-template/generate)
## Installations
Install **nodejs** and **npm** via **[nodejs.org](https://nodejs.org)**.
Check installed versions of **nodejs** and **npm** via running following commands:
```
node -v
npm -v
```
## WebStorm Configurations
If you imported project into **WebStorm** you will see following run configurations:
### 1. Install
**[install.run.xml](.run/install.run.xml)**
### 2. Build
**[buildLocal.run.xml](.run/buildLocal.run.xml)**
**[buildLocalToStagingApi.run.xml](.run/buildLocalToStagingApi.run.xml)**
**[buildStaging.run.xml](.run/buildStaging.run.xml)**
**[buildProd.run.xml](.run/buildProd.run.xml)**
### 3. Start
**[startLocal.run.xml](.run/startLocal.run.xml)**
**[startLocalFromIPhone.run.xml](.run/startLocalFromIPhone.run.xml)**
**[startLocalToStagingApi.run.xml](.run/startLocalToStagingApi.run.xml)**
**[startLocalFromIPhoneToStagingApi.run.xml](.run/startLocalFromIPhoneToStagingApi.run.xml)**
**[startStaging.run.xml](.run/startStaging.run.xml)**
**[start.run.xml](.run/start.run.xml)**
### 4. Debug
**[debug.run.xml](.run/debug.run.xml)**
### 5. Dependency Management
**[outdated.run.xml](.run/outdated.run.xml)**
**[update.run.xml](.run/update.run.xml)**
## Local Deployment and Debug
In order to deploy and debug locally, run following configurations in order:
1. **[install.run.xml](.run/install.run.xml)**
2. **[buildLocal.run.xml](.run/buildLocal.run.xml)**
3. **startLocal**
1. **[startLocal.run.xml](.run/startLocal.run.xml) (uses local api)**
2. **[startLocalFromIPhone.run.xml](.run/startLocalFromIPhone.run.xml) (uses local api - accessible from iphone)**
3. **[startLocalToStagingApi.run.xml](.run/startLocalToStagingApi.run.xml) (uses staging api)**
4. **[startLocalFromIPhoneToStagingApi.run.xml](.run/startLocalFromIPhoneToStagingApi.run.xml) (uses staging api - accessible from iphone)**
4. **[debug.run.xml](.run/debug.run.xml)**
## Environment Variables
If you run **WebStorm**'s **[env.run.xml](.run/env.run.xml)** configuration you will see following variables generated in **.env** file. Set them appropriately.
```applescript
PORT=4202
```
Check project's current **nodejs** and **npm** version from **[package.json](package.json)**.
## Brand Color Scale Generator
To be able to generate brand color scales, we are using **[Colllor](http://colllor.com)**.
## Favicon Generation
To be able to generate favicon, refer to **[FAVICON_GENERATION.md](docs/FAVICON_GENERATION.md)** file.
## Cookie Policy Generation
To be able to generate cookie policy, use **[cookiepolicygenerator](https://www.cookiepolicygenerator.com)** site.
## Localization
To be able to generate or update localization, use [updateMessages.run.xml](.run/updateMessages.run.xml).
## Outdated
Refer to **[OUTDATED.md](docs/OUTDATED.md)** to see outdated npm packages and update them with your own risk.
## Contributors

Furkan Yavuz
💬 📖 👀

Fatih Turker
💬 📖 👀

Mert Sarac
💬 📖 👀
## Contributing
Refer to **[CONTRIBUTING.md](https://github.com/open-template-hub/.github/blob/master/docs/CONTRIBUTING.md)** to see how to contribute to Open Template Hub.
## Code of Conduct
Refer to **[CODE_OF_CONDUCT.md](https://github.com/open-template-hub/.github/blob/master/docs/CODE_OF_CONDUCT.md)** to see contributor covenant code of conduct.
## LICENSE
The source code for this project is released under the [MIT License](LICENSE).
