mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
Add link to Glitch and online GitHub repository.
This commit is contained in:
parent
23d79b043a
commit
1ea28ebb25
1 changed files with 9 additions and 2 deletions
|
@ -12,7 +12,8 @@ In this guide, we'll walk you through the process of creating a GraphQL server i
|
|||
|
||||
To be successful, make sure you already have general JavaScript knowledge, a recent version of Node.js installed (6+).
|
||||
|
||||
If you want to skip walking through the steps, the "More information" section at the bottom has a link to a GitHub repository which can be cloned and run locally.
|
||||
If you want to skip walking through the steps, the [More information](#More-information) section at the bottom has a link to a GitHub repository which can be cloned and run locally, and a Glitch to play around in your browser!
|
||||
|
||||
## Step 1: Project initialization
|
||||
|
||||
In this step, we'll use your terminal (e.g. Terminal, iTerm, PowerShell) to create a directory called `graphql-server-example` along with a basic Node.js configuration for a simple application. We'll work within this directory for the rest of the steps, though we will switch back and forth between your IDE (editor)
|
||||
|
@ -172,4 +173,10 @@ This application should be a great starting point for any GraphQL server, but th
|
|||
|
||||
### GitHub Repository
|
||||
|
||||
The code from the above examples can be accessed in our [getting started example repository](.) on GitHub, which also includes instructions on how to get started in its [readme](.).
|
||||
The code from the above examples can be accessed in our [getting started example repository](https://github.com/apollographql/graphql-server-example) on GitHub
|
||||
|
||||
### Online Playground
|
||||
|
||||
It's also possible to play with this example on Glitch, by remixing the repository.
|
||||
|
||||
[](https://glitch.com/edit/#!/import/github/apollographql/graphql-server-example)
|
||||
|
|
Loading…
Add table
Reference in a new issue