This is a template for a NextJS project. It includes the following features:
- Clone the repository
git clone https://github.com/yashksaini-coder/nextjs-shadcn-template
- Install dependencies
npm install
- Start the development server
npm run dev
- Build for production
npm run build
- Start the production server
npm start
- Tailwind CSS
- ShadCn UI
- TypeScript
- Next.js