This example shows how to use Nexus with Prisma without the Prisma plugin for Nexus. This approach is lower-level and here for reference reasons. Generally, you would want to use the Prisma plugin.
npm install
npx prisma generate
npx prisma migrate save --experimental
npx prisma migrate up --experimental
npx nexus dev