Project bootstrapped using T3 Stack
To learn more about the T3 Stack.
- ReactJS
- NextJS
- TypeScript
- Next.js
- Prisma
- Tailwind CSS
- shadcn/ui
- tRPC
- ReactHookForm
- Zod
- Eslint
- Prettier
- Node js => v16
- Install dependencies
yarn (or npm i) - Create
.envfile based on.env.example - Run
npx prisma db pushto proper synchronize your database with your schema - Run
yarn dev (or npm dev)to run next development server (it will be available inhttp://localhost:3000)
yarn dev (or npm dev): Run next development serveryarn build (or npm run build): Generate next production buildyarn start (or npm start): Run next production server
├── /src/
|── /pages/
|── /[PageName]/
|── /index.tsx/ # Page component file
│ ├── /components/
│ ├── /[ComponentName]/
├── /index.tsx/ # Component file