https://github.com/oreqr/next-clean-boilerplate
🚀Minimalist Next.js boilerplate with modern web development tools
https://github.com/oreqr/next-clean-boilerplate
boilerplate ci eslint nextjs pnpm prettier shadcn-ui starter tailwindcss template typescript vscode-settings
Last synced: about 1 year ago
JSON representation
🚀Minimalist Next.js boilerplate with modern web development tools
- Host: GitHub
- URL: https://github.com/oreqr/next-clean-boilerplate
- Owner: OreQr
- Created: 2024-11-20T13:31:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-22T01:51:42.000Z (about 1 year ago)
- Last Synced: 2025-03-22T02:30:08.933Z (about 1 year ago)
- Topics: boilerplate, ci, eslint, nextjs, pnpm, prettier, shadcn-ui, starter, tailwindcss, template, typescript, vscode-settings
- Language: TypeScript
- Homepage: https://next-clean-boilerplate.vercel.app
- Size: 181 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> [!note]
>
> **License**
>
> [This template](https://github.com/OreQr/next-clean-boilerplate) (https://github.com/OreQr/next-clean-boilerplate) is distributed under the [Unlicense](https://unlicense.org) license.
>
> Feel free to use this template like our own.
# Next Clean Boilerplate
[](https://github.com/OreQr/next-clean-boilerplate/actions/workflows/ci.yml)

Minimalist Next.js boilerplate with modern web development tools.
## Features
- Next.js 15
- TypeScript
- pnpm
- Tailwind CSS
- shadcn/ui
- Configured fonts
- ESLint v9
- Prettier
- VS Code configuration
- GitHub Actions CI
## Important scripts
- `pnpm check`: Runs lint, typecheck and formatting concurrently.