Skip to content

Boilerplate for getting off the ground quickly when writing a GraphQL server

License

Notifications You must be signed in to change notification settings

katopz/apollo-starter-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apollo-starter-kit

Boilerplate for getting off the ground quickly when writing a GraphQL server.

See also Tutorial: How to build a GraphQL server and the solution in the server-tutorial-solution branch of this repo.

Getting started

git clone https://github.com/apollostack/apollo-starter-kit
cd apollo-starter-kit
npm install
npm run start

Then open http://localhost:8080

When you paste this on the left side of the page:

{
  testString
}

and hit the play button (cmd-return), then you should get this on the right side:

{
  "data": {
    "testString": "It works!"
  }
}

About

Boilerplate for getting off the ground quickly when writing a GraphQL server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%