Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.3 KB

README.md

File metadata and controls

56 lines (34 loc) · 1.3 KB

MiniQL interactive example

This repo contains the code for the MiniQL interactive example.

Click here to see the live version of this: https://miniql.github.io/miniql-interactive-example/

If you have Node.js installed you can run get the code here and run it for yourself.

Click here to support my work

Tech use in this example

Data queries using:

UI built with:

JSON support:

Running the example yourself

Setup

Download the zip file for this repo or use Git to clone it locally.

Then install dependencies:

cd miniql-interactive-example
npm install

Run it

Run it like this:

npm start

Your web browser should open automatically to the web page.

If not please point your web browser at:

http://localhost:3000/miniql-interactive-example