https://github.com/ivanms1/nextjs-graphql-typescript
GraphQL + TypeScript boilerplate for NextJS.
https://github.com/ivanms1/nextjs-graphql-typescript
boilerplate graphql nextjs react template typescript vercel
Last synced: 12 months ago
JSON representation
GraphQL + TypeScript boilerplate for NextJS.
- Host: GitHub
- URL: https://github.com/ivanms1/nextjs-graphql-typescript
- Owner: ivanms1
- Created: 2020-08-17T16:38:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T06:57:45.000Z (about 3 years ago)
- Last Synced: 2025-04-11T03:06:08.195Z (about 1 year ago)
- Topics: boilerplate, graphql, nextjs, react, template, typescript, vercel
- Language: TypeScript
- Homepage: https://ivanms1.hashnode.dev/next-js-graphql-typescript-setup-ckdz9l83l00ey4us1gettgqy0
- Size: 398 KB
- Stars: 16
- Watchers: 1
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next js + GraphQL + TypeScript Setup
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Learn to create this template [here](https://ivanms1.hashnode.dev/next-js-graphql-typescript-setup-ckdz9l83l00ey4us1gettgqy0)