Note
License
This template (https://github.com/OreQr/next-clean-boilerplate) is distributed under the Unlicense license.
Feel free to use this template like our own.
Minimalist Next.js boilerplate with modern web development tools.
- Next.js 15
- TypeScript
- pnpm
- Tailwind CSS
- shadcn/ui
- Configured fonts
- ESLint v9
- Prettier
- VS Code configuration
- GitHub Actions CI
pnpm check
: Runs lint, typecheck and formatting concurrently.