This template will help you start developing in NextJs
using React
Shadcn-ui
Zustand
TypeScript
TailwindCSS
.
Libraries
zustand
: State managementlucide-react
: Iconclsx
: MergeclassName
Editor:
VSCode extension:
Development ENV:
- NodeJs
- Git
git clone git@github.com:zhixiangyao/nextjs-app-ts-starter.git
cd nextjs-app-ts-starter
pnpm i # If not install pnpm, please run: npm install -g pnpm
First, run the development server:
pnpm dev
Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source. Get Started. Shadcn Document
pnpm dlx shadcn-ui@latest add button
Usage
import { Button } from '@/components/ui/button'
<Button variant="outline">Button</Button>
The components.json
file holds configuration for your project.