https://github.com/soham901/shadcn-nextui-nextjs
a Template with shadcn ui, nextui and nextjs
https://github.com/soham901/shadcn-nextui-nextjs
Last synced: 3 months ago
JSON representation
a Template with shadcn ui, nextui and nextjs
- Host: GitHub
- URL: https://github.com/soham901/shadcn-nextui-nextjs
- Owner: soham901
- License: mit
- Created: 2024-07-06T05:48:43.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T05:54:32.000Z (11 months ago)
- Last Synced: 2025-01-19T16:29:20.040Z (5 months ago)
- Language: TypeScript
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Template for Next.js
- a template with [shadcn ui](https://ui.shadcn.com) and [nextui](https://nextui.org) support.
- fork this template and use it for your projects.### How to use
```bash
git clone https://github.com/soham901/shadcn-nextui-nextjs
``````bash
npm i
``````bash
npm run dev
```