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.
# Clone repository
git clone -b react-ts https://github.com/ajaykumarn3000/template.git
# Install dependencies
npm install
# Start the development server
npm run dev