https://github.com/eviloma/next-15-template
Next.js 15 with typescript, tailwindcss, lint-staged, env validate and etc
https://github.com/eviloma/next-15-template
biomejs commitizen env-validation husky lint-staged nextjs15 nextjs15-typescript renovate-enabled tailwindcss ts typescript
Last synced: 4 months ago
JSON representation
Next.js 15 with typescript, tailwindcss, lint-staged, env validate and etc
- Host: GitHub
- URL: https://github.com/eviloma/next-15-template
- Owner: Eviloma
- Created: 2024-12-16T07:37:12.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-02-18T13:15:08.000Z (4 months ago)
- Last Synced: 2025-02-18T14:22:52.839Z (4 months ago)
- Topics: biomejs, commitizen, env-validation, husky, lint-staged, nextjs15, nextjs15-typescript, renovate-enabled, tailwindcss, ts, typescript
- Language: JavaScript
- Homepage: https://github.com/eviloma/next-15-template
- Size: 218 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js 15 Boilerplate
This is a boilerplate project for Next.js 15, designed to provide a quick start for building applications with modern features including TypeScript, Tailwind CSS, and more.
## Features
- **Next.js 15**: Latest version of Next.js for building scalable applications.
- **TypeScript**: Static type checking for JavaScript.
- **Tailwind CSS**: Utility-first CSS framework for rapid UI development.
- **Husky & Lint-Staged**: Pre-commit hooks to ensure code quality.
- **Biome**: Linter and formatter for JavaScript, TypeScript, and CSS.
- **PostCSS**: Tool for transforming CSS with JavaScript plugins.
- **Env validation**: Automatic validation of environment variables with `@t3-oss/env-nextjs`.## Getting Started
`bunx create next-app -e https://github.com/Eviloma/next-15-template`