https://github.com/miniql/miniql-interactive-example
An interactive example of MiniQL queries in the browser.
https://github.com/miniql/miniql-interactive-example
Last synced: 8 days ago
JSON representation
An interactive example of MiniQL queries in the browser.
- Host: GitHub
- URL: https://github.com/miniql/miniql-interactive-example
- Owner: miniql
- Created: 2020-07-29T04:50:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T00:59:30.000Z (over 4 years ago)
- Last Synced: 2025-03-03T18:49:54.567Z (over 1 year ago)
- Language: JavaScript
- Size: 19.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# 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](https://www.codecapers.com.au/about#support-my-work)
# Tech use in this example
Data queries using:
- [MiniQL](https://github.com/miniql/miniql)
UI built with:
- [React](https://reactjs.org/)
- [Ant Design](https://ant.design/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Monaco Editor](https://microsoft.github.io/monaco-editor/)
- [React Spaces](https://github.com/aeagle/react-spaces)
- [React JSON View](https://github.com/mac-s-g/react-json-view)
JSON support:
- [JSON5](https://json5.org/)
- [JSON Schema](https://json-schema.org/)
# Running the example yourself
## Setup
[Download the zip file](https://github.com/miniql/miniql-interactive-example/archive/master.zip) for this repo or use Git to clone it locally.
Then install dependencies:
```bash
cd miniql-interactive-example
npm install
```
## Run it
Run it like this:
```bash
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