Skip to content

Commit

Permalink
fix missing images
Browse files Browse the repository at this point in the history
  • Loading branch information
simonaco committed Jun 10, 2019
1 parent adde690 commit fe1f906
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/source/deployment/netlify.md
Expand Up @@ -90,10 +90,7 @@ exports.handler = server.createHandler();

Now, make sure you've run `npm run start:lambda`, and navigate to `localhost:9000/graphql` in your browser. You should see GraphQL Playground, where you can run queries against your API!

<div style="text-align:center">
![Local GraphQL Server](../images/graphql.png)
<br></br>
</div>

If you can see GraphQL Playground and run a simple query, you've done everything properly. Now, let's add Apollo Client to the frontend.

Expand Down Expand Up @@ -135,17 +132,11 @@ Check the repository to make sure the code showed up.

[Sign up for a Netlify account](https://app.netlify.com/) if you don鈥檛 have one yet. Then, make a new site, and select the right repository:

<div style="text-align:center">
![Select Repo on Netlify](../images/selectrep.png)
<br></br>
</div>

The starter kit came with a `netlify.toml` configuration file, so we don鈥檛 have to change any settings in the UI. Just continue to the deploy step right away.

<div style="text-align:center">
![Site deploy in progress](../images/sitedeployinprogress.png)
<br></br>
</div>

Wait for it to deploy, and in the meanwhile you can set a custom name for your app. Once it鈥檚 done, you鈥檙e live!

Expand Down

0 comments on commit fe1f906

Please sign in to comment.