An open API service indexing awesome lists of open source software.

https://github.com/rongfengliang/dinoql-basic-demo

dinoql-basic-demo
https://github.com/rongfengliang/dinoql-basic-demo

dinoql graphql-query json nodejs

Last synced: 5 months ago
JSON representation

dinoql-basic-demo

Awesome Lists containing this project

README

          

# dinoql basic demo

## how to running

* install deps

```code
yarn
```

* run with browser

```code
yarn build:watch

open http://localhost:8080 // maybe other ports see console logs
```

* run with node

```code
yarn run:node

or

node app
```