🚀 Static site with Next.js 9.4 and Prisma.
- Node 10+
- Yarn (or NPM if you prefer)
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 devYou are now able to view the application at http://localhost:3000.