Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 310 Bytes

readme.md

File metadata and controls

10 lines (6 loc) · 310 Bytes

Testing How to Render GraphQL Query Responses with Celljs.org

It works.

To run, download and open index.html. That's it.

If you want to make changes to index.js, run browserify on it. browserify index.js > bundle.js

Needs to connect it to a graphql server for it to work. I will add one and update...