Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months ago
JSON representation
🚀Minimalist Next.js boilerplate with modern web development tools.
- Host: GitHub
- URL: https://github.com/oreqr/next-clean-boilerplate
- Owner: OreQr
- License: mit
- Created: 2024-11-20T13:31:35.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T13:59:56.000Z (about 2 months ago)
- Last Synced: 2024-11-20T14:42:49.080Z (about 2 months 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: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
Minimalist Next.js boilerplate with modern web development tools.
## Features
- Next.js 15
- TypeScript
- pnpm
- Tailwind CSS
- shadcn/ui
- Configured fonts
- ESLint
- Prettier
- VS Code configuration
- GitHub Actions CI## Important scripts
- `pnpm check`: Runs lint, typecheck and formatting concurrently.