Before we jump into the main content of this book, we need to set up several infrastructures. We will set up project codebase and skeleton code with create-react-app and install/config Material-UI framework to simplify the user interface development; last but not least, we will set up the end-to-end UI testing framework Cypress.
Application Requirements
In this book, we are going to develop a web application from scratch. We will call it Bookish; it’s a simple application about books – as the name implies. ...