This is a Next.js boilerplate with a set of opinionated tools and configurations to help you get started with your next project.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
#or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
- Typescript support.
- Includes biome configurations.
- TailwindCSS 4 support.
- It includes a helper function called
cnthat usesclsxandtailwind-mergeto manage dynamic class names.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
This template is licensed under the MIT License.