https://github.com/rustyneuron01/graphqltest
https://github.com/rustyneuron01/graphqltest
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rustyneuron01/graphqltest
- Owner: rustyneuron01
- Created: 2022-07-29T03:50:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T18:59:14.000Z (over 3 years ago)
- Last Synced: 2025-07-01T17:44:29.517Z (11 months ago)
- Language: TypeScript
- Size: 267 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next js + GraphQL + TypeScript Setup
## Getting Started
You can change the showItems value in next.config.js file
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.