This is my opinionated starter template when building web applications using Next.js. It is inspired by the awesome work done by shadcn/ui. All credits for the inspiration go to him.
npx create-next-app -e https://github.com/jjppsia/next-template
- radix-ui: A collection of React components and hooks for building accessible and composable UI components.
- ts-reset: A set of TypeScript utility types for easier and safer coding.
- class-variance-authority: A library for handling class variance and authority in TypeScript.
- clsx: A tiny utility for constructing className strings conditionally in React.
- next-themes: Provides a simple way to handle themes in your Next.js application.
- tailwind-merge: A utility to merge multiple Tailwind CSS classes into a single class name.