This dev exercise is based from How to GraphQL's tutorial:
- Intro: https://www.howtographql.com/
- Dev Exercise: https://www.howtographql.com/react-apollo/1-getting-started/
Tech Stack:
- ReactJS
- GraphQL
- Apollo Client
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see the errors in the console.
Launches the server and the Apollo Client "playground" where you can test your queries.
Open http://localhost:4000/ to view it in your browser.