Simple Next.js boilerplate.
First, run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.
- UI: Shadcn
- Prettier: Prettier
- Pre-commit: Husky
- Validation: Zod
- Search Params: Nuqs
- Safe actions: Next-Safe-Action
- Env: t3-oss/env-nextjs
- Test: Vitest
- icon with Lucide icons,
- customLink (styled with buttonVariants from Shadcn),
- customFormSubmit (loading implemented and styled with buttonVariants from Shadcn),