This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npx create-next-app@latest --experimental-app
cd next-13-app
npm install prisma --save-dev
npx prisma init
npm install @prisma/client
npx prisma db pull
# or
yarn dev
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.