https://github.com/noxify/graphiql-repro
https://github.com/noxify/graphiql-repro
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noxify/graphiql-repro
- Owner: noxify
- Created: 2025-07-02T12:43:54.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-02T12:43:56.000Z (12 months ago)
- Last Synced: 2025-08-28T19:01:06.791Z (10 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphiQL Vite Example
This example demonstrates how to use GraphiQL with Vite.
## Setup
1. `yarn dev` to start Vite dev server.
1. `yarn build` to build production ready transpiled files. Find the output in `dist` folder.