December 2019
Intermediate to advanced
474 pages
10h 3m
English
Since the React application is created by Create React App, it will automatically launch in your browser at http://localhost:3000/. This initial application doesn't show any data as it still needs to be connected to the GraphQL server, which you'll do later on in this chapter. At this point, the application will, therefore, render only a header with the title Ecommerce Store and a subheader as well, which looks something like this:

The structure of this initial React application is as follows:
ecommerce-store|-- client |-- node_modules |-- public |-- favicon.ico |-- index.html |-- manifest.json ...
Read now
Unlock full access