Skip to content

NerdyNarayan/next-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Next.js Starter

This repository serves as a base for my Next.js projects, built on top of the Create-T3-App.

Features

  • Next.js 14 App Router
  • TypeScript: Enjoy the benefits of static typing for better code quality.
  • Tailwind CSS: Quickly style your application with utility-first CSS.
  • ESLint: Maintain code quality with linting.
  • Prettier: Ensure consistent code formatting across the project.
  • Husky & Lint-Staged: Pre-commit hooks for automatic linting and formatting.
  • Conventional Commits: Standardize your commit messages.
  • Shadcn UI: A set of beautiful UI components.
  • 🌗Dark Mode
  • Drizzle ORM: An ORM for smooth database interactions.
  • PostgreSQL: A robust and scalable relational database.
  • T3Env: Manage environment variables effortlessly.

Feel free to use this starter as a foundation for your own projects and customize it to suit your needs.