Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

leerob/next-prisma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

34 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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.