0.1.1 • Published 9 years ago
apollo-starter-kit v0.1.1
Star Wars example server
This is a really simple GraphQL server that uses Apollo Server and GraphQL Tools to serve the Star Wars example schema from http://www.graphql.org.
Installation
Clone the repository and run npm install
git clone https://github.com/apollostack/starwars-server
cd starwars-server
npm installStarting the server
npm startThe server will run on port 8080. You can change this by editing server.js.
0.1.1
9 years ago