# Base React App

Base React app template — a React web application with Vite, TypeScript, Tailwind/shadcn, and Salesforce Web App SDK. Used as the foundation for feature apps (e.g. propertymanagementapp, reactexternalapp) when applying patches.

## In this monorepo

This package is a **base app** in the webapps monorepo. It is not built to a local `dist/`; instead, the source tree under `src/force-app/main/default/webapplications/base-react-app/` is copied into feature app build output when you run apply-patches for a template app.

### Test

```bash
npm run test
```

This runs the test:build (install + build in the web app folder) and test:e2e (Playwright) steps.

To work on the web app locally (install, build, dev server, lint, unit tests), run commands from the web app directory. See the nested README: `src/force-app/main/default/webapplications/base-react-app/README.md`.
