https://github.com/poad/next-ts-radixui-example
https://github.com/poad/next-ts-radixui-example
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/poad/next-ts-radixui-example
- Owner: poad
- License: apache-2.0
- Created: 2023-02-26T07:13:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T07:18:18.000Z (11 months ago)
- Last Synced: 2025-04-10T08:26:53.080Z (11 months ago)
- Language: JavaScript
- Size: 3.68 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# next-ts-template
## Usage
```
yarn create next-app ${app_name} --example "https://github.com/poad/next-ts-minimal-template"
cd ${app_name}
rm -rf .github
```