Skip to content

🐧 React app to complement React Testing Library workshop in FE Workshops

Notifications You must be signed in to change notification settings

ITV/fe-rtl-workshop-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the client app which compliments the FE workshop Testing with RTL

Getting Started with Animals

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.

Requirements

Available Scripts

From the root directory you should run these commands:

pnpm install

Installs all dependencies.

pnpm build

Builds the client app.

pnpm start

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.

pnpm test

Launches the test runner in the interactive watch mode.

About

🐧 React app to complement React Testing Library workshop in FE Workshops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published