jsonql demo using our Koa middleware to show a complete server (node.js) and client (browser) setup
First clone the repo to your local:
$ git clone https://github.com/joel-chu/jsonql-demo
Then install dependencies
$ cd jsonql-demo && npm install
And finally just run the start command:
$ npm start
Your browser will open automatically, you can watch the console debugger. Also your browser development console.
Joel Chu (c) 2019