https://github.com/prometheus-hack/ui
Репозиторий содержит client web, admin web, а также приложение
https://github.com/prometheus-hack/ui
ionic nx react typescript
Last synced: 2 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T11:05:17.000Z (about 1 year ago)
- Last Synced: 2025-01-26T11:12:32.639Z (4 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
```