...

/

Setting Up a React Application with Apollo

Setting Up a React Application with Apollo

Learn how to create a simple React application using Next.js, install Apollo Client and GraphQL in a local React application, and start our example React application on your computer.

Creating a Simple React Application Using Next.js

Let’s run the following command in the shell:

npx create-next-app client

Make sure that ...