React
Boost Your React Apps with Apollo: First Steps

Meet GraphQL Playground

To get the server up and running:

cd server
npm start

The server will run at localhost:4000. If you open a browser to that address, you'll see GraphQL Playground.

GraphQL Playground is going to be your best friend throughout this course! It lets you explore the schema and run live queries and mutations right in the browser.

Feel free to play around and explore. In the next video, we'll create the client and install Apollo.

 

I finished! On to the next chapter