https://github.com/lagenorhynque/aqoursql-ui
AqoursQL UI, an example GraphQL frontend based on re-frame & re-graph
https://github.com/lagenorhynque/aqoursql-ui
clojurescript graphql re-frame re-graph reagent
Last synced: 2 months ago
JSON representation
AqoursQL UI, an example GraphQL frontend based on re-frame & re-graph
- Host: GitHub
- URL: https://github.com/lagenorhynque/aqoursql-ui
- Owner: lagenorhynque
- Created: 2019-11-14T16:06:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T03:15:29.000Z (over 3 years ago)
- Last Synced: 2025-10-25T12:02:48.848Z (8 months ago)
- Topics: clojurescript, graphql, re-frame, re-graph, reagent
- Language: Clojure
- Homepage:
- Size: 328 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aqoursql-ui
AqoursQL UI, an example GraphQL frontend based on [re-frame](https://github.com/day8/re-frame) & [re-graph](https://github.com/oliyh/re-graph).
## Development Mode
### Start CIDER from Emacs:
Refer to the [shadow-cljs Emacs / CIDER documentation](https://shadow-cljs.github.io/docs/UsersGuide.html#cider).
The mentioned `dir-local.el` file has been created.
### Run application:
```sh
$ lein dev
```
[shadow-cljs](https://github.com/thheller/shadow-cljs) will automatically push cljs changes to the browser.
Wait a bit, then browse to [http://localhost:8280](http://localhost:8280).
### Run tests:
Install karma and headless chrome
```sh
$ npm install -g karma-cli
```
And then run your tests
```sh
$ lein karma
```
## Production Build
### Build for production:
```sh
$ lein prod
```