Skip to content

donezombie/next-js-ts-dzb

Repository files navigation

Next.js TypeScript Starter


Non-opinionated TypeScript starter for Next.js
Highly scalable foundation with the best DX. All the tools you need to build your next project.

PRs welcome! License

Features

  • ⚡️ Next.js 13.5.x
  • ⚛️ React 18
  • 🪄 Tailwind CSS
  • ⛑ TypeScript
  • 📏 ESLint — To find and fix problems in your code
  • 💖 Prettier — Code Formatter for consistent style
  • 📄 Commitizen — To define a standard way of committing rules
  • 🚓 Commitlint — To make sure your commit messages follow the convention
  • 🖌 Renovate — To keep your dependencies up to date
  • ⚙️ EditorConfig - Consistent coding styles across editors and IDEs
  • 🔠 Localization - Multi languages

Quick Start

Development

Credentials: donezombie / donezombie

To start the project locally, run:

npm i
npm run dev

Open http://localhost:3000 with your browser to see the result.

Requirements

  • Node.js >= 18