All Projects → rricard → graphql-reason-server-example

rricard / graphql-reason-server-example

Licence: other
An example project to write a GraphQL server using Reason

Programming Languages

ocaml
1615 projects

Projects that are alternatives of or similar to graphql-reason-server-example

backbone.marionette.example
MVVM-flavored example CRUD app with Backbone.Marionette + Backbone.stickit + Browserify
Stars: ✭ 37 (+94.74%)
Mutual labels:  example
babel-codemod-example
An example of how to use babel as a codemod
Stars: ✭ 24 (+26.32%)
Mutual labels:  example
reason-rt-binding-generator
Reason binding generator for react-toolbox
Stars: ✭ 18 (-5.26%)
Mutual labels:  reasonml
go-12factor-example
Example the 12factor app using golang
Stars: ✭ 20 (+5.26%)
Mutual labels:  example
vuepress-plugin-example-preview
Easily display the preview of a code snippet
Stars: ✭ 15 (-21.05%)
Mutual labels:  example
tensorflow-example-java
This is a Tensorflow Java example application what uses YOLOv2 model and Gradle for build and dependency management.
Stars: ✭ 49 (+157.89%)
Mutual labels:  example
example-echo-server
🔗 An example Gleam web application
Stars: ✭ 59 (+210.53%)
Mutual labels:  example
re-blossom
A Reason implementation of the blossom maximum-matching algorithm
Stars: ✭ 15 (-21.05%)
Mutual labels:  reasonml
reasoncoin
No description or website provided.
Stars: ✭ 16 (-15.79%)
Mutual labels:  reasonml
go-grpc-bidirectional-streaming-example
gRPC bidirectional streaming example written in golang
Stars: ✭ 83 (+336.84%)
Mutual labels:  example
purescript-halogen-example
Sample halogen app that uses a few DSLs within the application's free monad
Stars: ✭ 62 (+226.32%)
Mutual labels:  example
cypress-example-circleci-orb
Demo of using the Cypress CircleCI Orb
Stars: ✭ 26 (+36.84%)
Mutual labels:  example
go-project-template
A template for new Go projects.
Stars: ✭ 20 (+5.26%)
Mutual labels:  example
gow
URL shortener for evlfctry.pro
Stars: ✭ 29 (+52.63%)
Mutual labels:  reasonml
nodejs-cron-job-must-know
it is an example of running node.js script with every certain period(cron job)
Stars: ✭ 35 (+84.21%)
Mutual labels:  example
rocket-yew-starter-pack
Example boilerplate for websites in pure Rust
Stars: ✭ 77 (+305.26%)
Mutual labels:  example
example cml
No description or website provided.
Stars: ✭ 21 (+10.53%)
Mutual labels:  example
waypoint-plugin-examples
An example repository that demonstrates how to create and run an external Waypoint plugin
Stars: ✭ 16 (-15.79%)
Mutual labels:  example
bash-streams-handbook
💻 Learn Bash streams, pipelines and redirection, from beginner to advanced.
Stars: ✭ 153 (+705.26%)
Mutual labels:  example
advent-2017
Advent of Code 2017
Stars: ✭ 16 (-15.79%)
Mutual labels:  reasonml

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].