In this chapter, we completed a working React setup. This is a good starting point for our front end. We can write and build static web pages with this setup.
The next chapter primarily focuses on our setup for the back end. We will configure Express.js to accept our first requests and pass all GraphQL queries to Apollo. Furthermore, you will also learn how to use Postman to test your API.