Next.js 13 Template
This template provides a robust starting point for Next.js 13 applications, integrating modern UI libraries and tools for efficient development.
Key Features:
- Next.js 13 App Directory: Leverages the latest Next.js features for improved performance and routing.
- Radix UI Primitives: Utilizes unstyled, accessible UI components for building a consistent user interface.
- Tailwind CSS: Employs a utility-first CSS framework for rapid styling and customization.
- Lucide Icons: Includes a set of high-quality icons for enhanced visual appeal.
- Dark Mode: Supports dark mode functionality with
next-themes
. - Tailwind CSS Tooling: Integrates class sorting, merging, and linting for maintainable CSS.
Usage:
To create a new project using this template, run the following command:
npx create-next-app -e https://github.com/shadcn/next-template
This template is ideal for developers looking to quickly set up a Next.js project with a focus on modern UI practices and efficient styling.