Skip to content
This repository has been archived by the owner on Mar 21, 2020. It is now read-only.

Ailrun/example-graphql-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Server Example

How to Install

  • To install this as global,
    $ npm install -g @ailrun/example-graphql-server
    # or
    $ yarn global add @ailrun/example-graphql-server
  • To install this as project-local
    $ npm install @ailrun/example-graphql-server
    # or
    $ yarn add @ailrun/example-graphql-server

How to use

  • when you install this as global package
    $ example-graphql-server
  • when you install this as project-local package
    $ ./node_modules/.bin/example-graphql-server
    # or
    $ yarn example-graphql-server
    # or after adding `"example": "example-graphql-server"` to "scripts" of package.json
    $ npm run example

Change log

See CHANGELOG.md

Author

  • Junyoung Clare Jang

LICENSE

MIT