This project provides a set of template configurations for modern web development. It includes setups for React (Vite) + TypeScript, Next.js, Shadcn-ui, Authjs, and Prisma to help you quickly bootstrap scalable web applications.
- React(vite) + TypeScript (current branch)
- React(vite) + TypeScript + Shadcn-ui
- Nextjs + TypeScript
- Nextjs + TypeScript + Shadcn-ui
- Nextjs + TypeScript + Shadcn-ui + Authjs + Prisma
# Clone repository
git clone -b react-ts https://github.com/ajaykumarn3000/template.git
# Install dependencies
npm install
# Start the development server
npm run dev