nuxt3-prisma-demo icon indicating copy to clipboard operation
nuxt3-prisma-demo copied to clipboard

Play with NUXT3 and PRISMA

Nuxt 3 Minimal Starter with Prisma

Check Prisma.io

Main issue

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.