Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 814 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 814 Bytes

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