Prisma + Next.js
🚀 Static site with Next.js 9.4 and Prisma.
Built With
Requirements
- Node 10+
- Yarn (or NPM if you prefer)
Getting Started
After cloning the repository, you can run yarn
to install the dependencies and then start the application with yarn dev
.
$ git clone https://github.com/leerob/next-prisma.git
$ yarn
$ yarn dev
You are now able to view the application at http://localhost:3000.