# React + Vite + @archr-se/score-card

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

## What this example shows

- Standard product score rendering from a valid `score-data` JSON payload.
- A compact rendering using `size="small"`.
- Invalid data behavior where the component remains hidden.

## How to use it?

```sh
npm i # or yarn install or pnpm install or bun install
npm run dev # or yarn dev or pnpm dev or bun dev
```

Open http://localhost:5173 with your browser to see the result.