@salesforce/webapp-template-base-react-app-experimental
v1.117.1
Published
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.
Downloads
3,400
Maintainers
Keywords
Readme
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
npm run testThis 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.
