Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/higherkindness/mu-graphql-example-reason
A ReasonML client example for our mu-haskell GraphQL server!
https://github.com/higherkindness/mu-graphql-example-reason
apollo-client apollo-graphql graphql-client haskell mu mu-haskell reason reason-apollo reason-react reasonml
Last synced: 27 days ago
JSON representation
A ReasonML client example for our mu-haskell GraphQL server!
- Host: GitHub
- URL: https://github.com/higherkindness/mu-graphql-example-reason
- Owner: higherkindness
- Created: 2020-03-16T09:36:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T13:13:00.000Z (almost 5 years ago)
- Last Synced: 2024-11-07T15:27:27.789Z (3 months ago)
- Topics: apollo-client, apollo-graphql, graphql-client, haskell, mu, mu-haskell, reason, reason-apollo, reason-react, reasonml
- Language: Reason
- Size: 37.1 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mu-graphql-example-reason 🚀
To run this example, you need to run the [Mu-Haskell](https://github.com/higherkindness/mu-haskell) GraphQL server example (with [Stack](https://docs.haskellstack.org/en/stable/README/#how-to-install)):
```sh
$ stack run library-graphql
```... on another terminal...
```sh
$ npm run server # this opens up a server on http://localhost:3000
```...and, finally, on a third terminal!
```sh
$ npm start # this gets reason code compiled to js...
```