@salesforce/ui-bundle-template-app-react-sample-b2e
v1.120.7
Published
Salesforce sample property rental React app
Maintainers
Keywords
Readme
Property Management App
Property management sample app — property management, maintenance requests, and Agentforce conversation client.
In this monorepo
This package is a template app in the ui-bundle monorepo. It is built by applying feature patches to the base React app; the output is written to dist/.
Build
nx run propertymanagementapp:buildProduces an SFDX project in dist/ with the UI Bundle at dist/force-app/main/default/uiBundles/propertymanagementapp/.
Dev server
nx run propertymanagementapp:devStarts the Vite dev server from the built output in dist/.
Watch
nx run propertymanagementapp:watchRe-applies patches automatically when source files change.
Test
This package has no dedicated test target. To run tests, build first, then run them from the built UI Bundle:
nx run propertymanagementapp:build
cd dist/force-app/main/default/uiBundles/propertymanagementapp && npm install && npm testClean
npm run cleanRemoves the dist/ directory.
For standalone run, deploy, and test instructions (e.g. after publishing or extracting dist/), see the UI Bundle README.
