graphql-reason-server-example icon indicating copy to clipboard operation
graphql-reason-server-example copied to clipboard

An example project to write a GraphQL server using Reason

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