Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/linbudu599/graphiql-explorer-example-ts

TypeScript version of GraphiQL Explorer example
https://github.com/linbudu599/graphiql-explorer-example-ts

Last synced: 27 days ago
JSON representation

TypeScript version of GraphiQL Explorer example

Awesome Lists containing this project

README

        

# GraphiQL-Explorer-Example-TS

This project is TypeScript version of the origin [graphiql-explorer-example](https://github.com/OneGraph/graphiql-explorer-example), including:

- [x] Updated API usage.
- [x] Develop by [Parcel](https://parceljs.org/).
- [x] Function Component & React Hooks translation.
- [ ] Full Type Definition for [graphiql-explorer](https://github.com/OneGraph/graphiql-explorer).
- [ ] TypeScript version of graphiql-explorer lib.

## Quick Start

**Notice: Donot change Parcel dev port (3000 by default), or you will encounter CORS error.**

```bash
yarn

yarn dev
```