sometechblog.com · Jan 8, 2021
You don't need a boilerplate for Next.js and Prisma
0Sign in to vote or save
This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Originally the plan was to get familiar with Next.js and Prisma by making a simple boilerplate for it. Turns out a few commands is all it takes to generate a basic working app. Let’s get started and add Next.js: npx create-next-app my-app To add Typescript run touch tsconfig.json && yarn dev and Next.js will generate the needed files and install packages. Then add Prisma: yarn add -D…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.