How do you set up T3 with Shadcn UI
should I change the
tailwind.config.js
to tailwind.config.ts
2 Replies
If you can, you probably should.
.js
with JSDoc is fine tooI like using their template if I’m starting a new project. Everything is setup npx create-next-app -e https://github.com/shadcn/next-template
GitHub
GitHub - shadcn-ui/next-template: A Next.js 13 template for buildin...
A Next.js 13 template for building apps with Radix UI and Tailwind CSS. - GitHub - shadcn-ui/next-template: A Next.js 13 template for building apps with Radix UI and Tailwind CSS.