A Next.js 13 template for building apps with Radix UI and Tailwind CSS.
npx create-next-app -e https://github.com/arfan-rfn/next-template
# or
pnpm create next-app -e https://github.com/arfan-rfn/next-templateAfter cloning, install dependencies with:
pnpm install- Next.js 13 App Directory
- Radix UI Primitives
- Tailwind CSS
- Icons from Lucide
- Dark mode with
next-themes - Tailwind CSS class sorting, merging and linting.