An open API service indexing awesome lists of open source software.

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

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`