Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T06:57:28.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T00:35:29.741Z (almost 2 years ago)
- Topics: boilerplate, graphql, nextjs, react, template, typescript, vercel
- Language: TypeScript
- Homepage: https://ivanms1.hashnode.dev/next-js-graphql-typescript-setup-ckdz9l83l00ey4us1gettgqy0
- Size: 390 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
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)