Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

dferber90/graphql-ast-explorer

Repository files navigation

GraphQL AST Explorer

Visualizes GraphQL AST's interactively.

Explore at dferber90.github.io/graphql-ast-explorer.

For mature version, check out astexplorer.net.

Start Development

$ git clone git@github.com: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.