https://github.com/veoscript/nextjs-prisma-graphql-boilerplate
Setup your first project using NextJS, Tailwind CSS, Prisma, GraphQL and Apollo.
https://github.com/veoscript/nextjs-prisma-graphql-boilerplate
apollo-server graphql nextjs prisma
Last synced: 3 months ago
JSON representation
Setup your first project using NextJS, Tailwind CSS, Prisma, GraphQL and Apollo.
- Host: GitHub
- URL: https://github.com/veoscript/nextjs-prisma-graphql-boilerplate
- Owner: VeoScript
- License: mit
- Created: 2022-03-19T03:26:14.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T03:47:46.000Z (almost 4 years ago)
- Last Synced: 2025-01-01T21:47:23.016Z (about 1 year ago)
- Topics: apollo-server, graphql, nextjs, prisma
- Language: TypeScript
- Homepage:
- Size: 68.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## My Full Stack Tools Boilerplate
Setup your first project using [NextJS](https://nextjs.org/), [Tailwind CSS](https://tailwindcss.com/), [Prisma](https://www.prisma.io/), [GraphQL](https://graphql.org/) and [Apollo](https://www.apollographql.com/).
### To Start
Clone this boilerplate then run this commands
### Installation
> npm install or yarn install
### Initialize Tailwind CSS
> npx tailwindcss init -p
### Initialize Prisma
> npx prisma init