11 - Oct - 2023
- npx create-next-app@latest ./threads-app
- npm install @clerk/nextjs
- npm install @uploadthing/react
- npm install uploadthing
- npm install mongoose
- npm install svix
- npm install tailwindcss-animate
npm run dev
run this command by windows powershell command line...
app/auth/layout.tsx
and app/root/layout.tsx
should be wrapped with <ClerkProvider>
- file & folder structure
- usage of clerk for user auth system