Try the hosted version.
After downloading this example please follow the steps detailed in the online guide.
A short summary is given below.
To run this example, please create a graph.cool account and copy your endpoint. This shouldn't take longer than a minute. We promise!
Open src/index.js
and paste your endpoint to the following line:
const networkInterface = createNetworkInterface({ uri: 'https://api.graph.cool/simple/v1/__PROJECT_ID__' })
You're done configuring the example application. Please run the following command and open localhost:3000 in your browser. Have fun exploring! 🎉
npm install
npm start
Join our Slack community if you run into issues or have questions. We love talking to you!