An open API service indexing awesome lists of open source software.

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

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
```