A Next.js 13 template for building apps with Radix UI and Tailwind CSS.
- Clone the repository and install the dependencies
npm install
- Start the server
npm run dev
You should now be able to access the page at http://localhost:3000
- Radix UI Primitives
- Tailwind CSS
- Fonts with
next/font
- Icons from Lucide
- Dark mode with
next-themes
- Automatic import sorting with
@ianvs/prettier-plugin-sort-imports
- Tailwind CSS class sorting, merging and linting.
Licensed under the MIT license.