Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 561 Bytes

File metadata and controls

18 lines (11 loc) · 561 Bytes

First Steps with GraphQL

This repository is complimentary this article I wrote here First steps with GraphQL and Apollo Server

Running the code

  • Clone this repo

Server

Client

  • Open the index.html file on your browser
  • Click on the button and you should see the data logged on the console (remember to have the server running)