olange / graphql-bootstrap

GraphQL, Express and CoffeeScript bootstrap project template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL bootstrap

An empty GraphQL, Express and CoffeeScript project template, to bootstrap development.

Setup

$ cd graphql-bootstrap
$ npm install

Run the app server

Launch the server:

$ npm -s start

or alternatively, to watch the source code and restart the server on changes:

$ npm -s run watch

Then open a browser at http://localhost:4000 and try following GraphQL query:

query greetings {
  greeting1: hello
  greeting2: hello( who: "You")
}

License

CC-BY-SA

GraphQL bootstrap de Olivier Lange est mis à disposition selon les termes de la licence Creative Commons Attribution - Partage dans les Mêmes Conditions 4.0 International.

About

GraphQL, Express and CoffeeScript bootstrap project template

License:Other


Languages

Language:CoffeeScript 100.0%