This is the client app which compliments the FE workshop Testing with RTL
This project was bootstrapped with Create React App. An Express server serves static images stored in the "images" directory and defines routes for the animals API endpoint, running on port 3000.
From the root directory you should run these commands:
Installs all dependencies.
Builds the client app.
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
Note: Express will also be serving the animals API (/api/random-animal
) needed to render the assets in the client app.
Launches the test runner in the interactive watch mode.