ITV / fe-rtl-workshop-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 74.1%Language:CSS 14.6%Language:HTML 11.3%