Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 1.38 KB

README.md

File metadata and controls

52 lines (42 loc) · 1.38 KB

NEXTJS TEMPLATE

This is a template for a NextJS project. It includes the following features:

Tailwind CSS ShadCn UI TypeScript Next.js

Getting Started

  1. Clone the repository
git clone https://github.com/yashksaini-coder/nextjs-shadcn-template
  1. Install dependencies
npm install
  1. Start the development server
npm run dev
  1. Build for production
npm run build
  1. Start the production server
npm start

Features

  • Tailwind CSS
  • ShadCn UI
  • TypeScript
  • Next.js