https://github.com/rricard/graphql-reason-server-example
An example project to write a GraphQL server using Reason
https://github.com/rricard/graphql-reason-server-example
bucklescript example graphql reasonml
Last synced: 12 months ago
JSON representation
An example project to write a GraphQL server using Reason
- Host: GitHub
- URL: https://github.com/rricard/graphql-reason-server-example
- Owner: rricard
- Created: 2017-08-20T17:39:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T17:40:09.000Z (over 8 years ago)
- Last Synced: 2025-04-06T21:46:46.213Z (12 months ago)
- Topics: bucklescript, example, graphql, reasonml
- Language: OCaml
- Size: 28.3 KB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Reason GraphQL Server Template
Hello! This project allows you to quickly get started with Reason, BuckleScript with GraphQL.
Just clone it!
```
git clone https://github.com/rricard/graphql-reason-server-example.git
cd graphql-reason-server-example
yarn
```
## Build
```
yarn build
```
## Build + Watch
```
yarn watch
```
## Test
Requires a built project
```
yarn test
```
## Test + Watch
Requires a built project (you should have a watched build while doing this one)
```
yarn test -- --watch
```
## Run
```
yarn start
```