Getting started
The application for this chapter builds upon an initial version, which can be found at https://github.com/PacktPublishing/React-Projects/tree/ch6-initial. The complete code for this chapter can be found on GitHub: https://github.com/PacktPublishing/React-Projects/tree/ch6.
Start by downloading the initial project from GitHub and move into the root directory for this project, where you must run the npm install command. Since this project builds upon Create React App, running this command will install react, react-dom, and react-scripts. Also, styled-components and react-router-dom will be installed so that they can handle styling and routing for the application. After finishing the installation process, you can execute the ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access