Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leerob/next-prisma
🚀 Static site with Next.js 9.4 and Prisma.
https://github.com/leerob/next-prisma
chakra-ui nextjs prisma react ssg
Last synced: 2 months ago
JSON representation
🚀 Static site with Next.js 9.4 and Prisma.
- Host: GitHub
- URL: https://github.com/leerob/next-prisma
- Owner: leerob
- Archived: true
- Created: 2020-04-07T02:18:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T03:54:49.000Z (almost 3 years ago)
- Last Synced: 2024-11-02T15:04:18.890Z (3 months ago)
- Topics: chakra-ui, nextjs, prisma, react, ssg
- Language: JavaScript
- Homepage: https://prisma-next.now.sh
- Size: 1.18 MB
- Stars: 124
- Watchers: 4
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-prisma - Static Sites with Next.js 9.3 and Prisma
README
# Prisma + Next.js
> 🚀 Static site with Next.js 9.4 and Prisma.
## Built With
- [Next.js](https://nextjs.org/)
- [Prisma](https://prisma.io/)
- [Chakra UI](https://chakra-ui.com/)
- [Vercel](https://vercel.com)## 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`.
```bash
$ git clone https://github.com/leerob/next-prisma.git
$ yarn
$ yarn dev
```You are now able to view the application at http://localhost:3000.