Summary
In this chapter, we set up a working React environment. This is a good starting point for our frontend as we can write and build static web pages with this setup.
The next chapter will primarily focus on our setup for the backend. We will configure Express.js to accept our first requests and pass all GraphQL queries to Apollo. Furthermore, you will learn how to use Postman to test your API.