A javascript/relay based client for interacting with lotgd/crate-graphql
- A running graphql server (Such as provided via lotgd/crate-graphql)
- node.js installed locally (for development reasons).
npm install
npm run build
The npm install
command downloads all required libraries, while npm run build
transpiles the javascript
files to a javascript format readable by most modern browsers.