nuxt3-prisma-demo
nuxt3-prisma-demo copied to clipboard
Play with NUXT3 and PRISMA
Nuxt 3 Minimal Starter with Prisma
Check Prisma.io
Prisma on the edge looks great, more info during the serverles prisma conf
Setup
Make sure to install the dependencies
yarn install
Development
Start the development server on http://localhost:3000
yarn dev
Production
Build the application for production:
yarn build
Checkout the deployment documentation.