Skip to content

Thisisaarush/NextJS_Custom_Starter

Repository files navigation

⭐ NextJS Custom Starter

nextjs

Prerequisites

  • NodeJS >= 18
  • pnpm >= 8

Built-in Features

  • End-to-End Type Safe
  • NextJS
  • Typescript
  • Zod
  • Tailwind CSS
  • Eslint + Prettier
  • Zustand
  • Prisma
  • Clerk Auth
  • Shadcn UI
  • Axios
  • Tanstack/React Query
  • TRPC
  • Jest
  • React Testing Library
  • Type Safe Environment Variables
  • Light / Dark Mode

How to Start

  • Clone the Repo.
  • Create .env file at root of the project (see file .env.example).
  • pnpm i to install dependencies.
  • pnpm dev to start server at localhost:3000
  • You should See the Clerk Auth Screen for Sign-in.
  • After Sign-in, You will be redirected to homepage of the app.
  • Let's Go!