This is a Next.js project bootstrapped with create-next-app
.
npx create-next-app@latest ./
Copy/paste my package.json file, delete your node modules folder, delete package-lock.json, then run npm install
npm install tailwindcss-animate
npm install @clerk/themes
npx shadcn-ui@latest init
npx shadcn-ui@latest add form
npx shadcn-ui@latest add input
npx shadcn-ui@latest add textarea
Npx shadcn-ui@latest add tabs
npm run dev Open http://localhost:3000 with your browser to see the result.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.