Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://dferber90.github.io/graphql-ast-explorer/

Visualize GraphQL AST's
https://dferber90.github.io/graphql-ast-explorer/

Last synced: 12 days ago
JSON representation

Visualize GraphQL AST's

Awesome Lists containing this project

README

        

# GraphQL AST Explorer

Visualizes GraphQL AST's interactively.

Explore at [dferber90.github.io/graphql-ast-explorer](http://dferber90.github.io/graphql-ast-explorer/).

For mature version, check out [astexplorer.net](http://astexplorer.net/).

## Start Development
```
$ git clone [email protected]:dferber90/graphql-ast-explorer.git
$ cd graphql-ast-explorer
$ npm install
$ npm start
```
Then visit `localhost:8080`.

## Build for Production
```
$ npm run build
```
Then serve the contents of `dist/` from your server.