https://github.com/yashksaini-coder/nextjs-shadcn-template
https://github.com/yashksaini-coder/nextjs-shadcn-template
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yashksaini-coder/nextjs-shadcn-template
- Owner: yashksaini-coder
- Created: 2024-12-10T15:09:01.000Z (7 months ago)
- Default Branch: starter
- Last Pushed: 2024-12-10T15:10:14.000Z (7 months ago)
- Last Synced: 2024-12-10T16:28:23.743Z (7 months ago)
- Language: TypeScript
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### NEXTJS TEMPLATE
This is a template for a NextJS project. It includes the following features:
![]()
Getting Started
---------------
1. Clone the repository
```bash
git clone https://github.com/yashksaini-coder/nextjs-shadcn-template
```2. Install dependencies
```bash
npm install
```3. Start the development server
```bash
npm run dev
```4. Build for production
```bash
npm run build
```5. Start the production server
```bash
npm start
```### Features
- [x] Tailwind CSS
- [x] ShadCn UI
- [x] TypeScript
- [x] Next.js