An open API service indexing awesome lists of open source software.

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.

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