https://github.com/prometheus-hack/ui
Репозиторий содержит client web, admin web, а также приложение
https://github.com/prometheus-hack/ui
ionic nx react typescript
Last synced: 4 months ago
JSON representation
Репозиторий содержит client web, admin web, а также приложение
- Host: GitHub
- URL: https://github.com/prometheus-hack/ui
- Owner: prometheus-hack
- License: mit
- Created: 2024-04-05T11:24:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T11:05:17.000Z (about 2 years ago)
- Last Synced: 2025-12-02T12:59:14.938Z (7 months ago)
- Topics: ionic, nx, react, typescript
- Language: TypeScript
- Homepage:
- Size: 3.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TravelHack

## Dev commands
### Create new UI component
```bash
nx g @nx/react:component --project ui
```
### Create new UI Module component
```bash
nx g @nx/react:component --project module
```
### Create new Page component
```bash
nx g @nx/react:component --project page
```