10000 Add links to devtools and apollo vscode · JavaScriptExpert/apollo@ce2bbbe · GitHub
[go: up one dir, main page]

Skip to content

Commit ce2bbbe

Browse files
Add links to devtools and apollo vscode
1 parent a910a9e commit ce2bbbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/tutorial/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ While it's not a requirement, we recommend using [VSCode](https://code.visualstu
5050

5151
Now the fun begins! First, you'll need to install our developer tools:
5252
- Apollo Engine (required): Our cloud service where you'll register and manage your graph API
53-
- Apollo DevTools for Chrome (suggested): Our Chrome extension giving you full visibility into your client
54-
- Apollo VSCode (suggested): Our editor integration that offers intelligent autocomplete, metrics, and more
53+
- [Apollo DevTools for Chrome (suggested)](https://chrome.google.com/webstore/detail/apollo-client-developer-t/jdkknkkbebbapilgoeccciglkfbmbnfm) : Our Chrome extension giving you full visibility into your client
54+
- [Apollo VSCode (suggested)](https://marketplace.visualstudio.com/items?itemName=apollographql.vscode-apollo): Our editor integration that offers intelligent autocomplete, metrics, and more
5555

5656
Next, in your terminal, clone this repository:
5757
```bash
@@ -60,7 +60,7 @@ git clone https://github.com/apollographql/fullstack-tutorial/
6060

6161
There are two folders: one for the starting point (`start/`) and one for the final version (`final`). Within each directory are two folders: one for the server and one for the client. We will be working in the server folder first. If you're comfortable with building a graph API already and you want to skip to the client portion, navigate to the [last half of the tutorial](./client.html).
6262

63-
<!--
63+
<!--
6464
TODO: Add in this section after Apollo VSCode works for server development
6565
<h3 id="vscode">Configure Apollo VSCode</h3> -->
6666

0 commit comments

Comments
 (0)
0