Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.69 KB

README.md

File metadata and controls

58 lines (43 loc) · 1.69 KB

Introduction

What is it

Example Implementation of GraphQL + Relay Server and Client.

Using

  1. Setup
git clone git@github.com:ironhee/graphql-server-example.git
cd graphql-server-example
npm install
brew install rethinkdb  # or another package manager
  1. Run RethinkDB
rethinkdb
  1. Run GraphQL server
npm run server
  1. Show in browser
open http://localhost:5000/graphql
  1. If you need more information, See Development

Stack