Skip to content

Commit

Permalink
Merge pull request #3612 from Gamezpedia/patch-1
Browse files Browse the repository at this point in the history
`graphql-tag` is already included in apollo-boost so we don't need it in the install docs
  • Loading branch information
hwillson authored Jul 16, 2018
2 parents 5e6819d + 5555a4f commit 238fb5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/essentials/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ If you're an advanced user who would like to configure Apollo Client from scratc
First, let's install some packages!

```bash
npm install apollo-boost react-apollo graphql-tag graphql --save
npm install apollo-boost react-apollo graphql --save
```

- `apollo-boost`: Package containing everything you need to set up Apollo Client
- `react-apollo`: View layer integration for React
- `graphql-tag`: Necessary for parsing your GraphQL queries
- `graphql`: Also parses your GraphQL queries

> If you'd like to walk through this tutorial yourself, we recommend either running a new React project locally with [`create-react-app`](https://reactjs.org/docs/add-react-to-a-new-app.html) or creating a new React sandbox on [CodeSandbox](https://codesandbox.io/). For reference, we will be using [this Launchpad](https://launchpad.graphql.com/w5xlvm3vzz) as our GraphQL server for our sample app, which pulls exchange rate data from the Coinbase API. If you'd like to skip ahead and see the app we're about to build, you can view it on [CodeSandbox](https://codesandbox.io/s/nn9y2wzyw4).
Expand Down

0 comments on commit 238fb5b

Please sign in to comment.