Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 487 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 487 Bytes

mu-graphql-example-reason 🚀

To run this example, you need to run the Mu-Haskell GraphQL server example (with Stack):

$ stack run library-graphql

... on another terminal...

$ npm run server # this opens up a server on http://localhost:3000

...and, finally, on a third terminal!

$ npm start # this gets reason code compiled to js...