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
- Host: GitHub
- URL: https://github.com/rongfengliang/dinoql-basic-demo
- Owner: rongfengliang
- Created: 2019-05-10T03:27:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T05:42:58.000Z (about 7 years ago)
- Last Synced: 2025-10-07T19:56:43.606Z (9 months ago)
- Topics: dinoql, graphql-query, json, nodejs
- Language: JavaScript
- Size: 86.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```