@salesforce/ui-bundle-template-app-react-template-b2e
v1.122.0
Published
Salesforce React internal app template
Downloads
2,991
Maintainers
Keywords
Readme
React Internal App
React internal app template — Agentforce conversation client and global search, without a site container.
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 reactinternalapp:buildProduces an SFDX project in dist/ with the UI Bundle at dist/force-app/main/default/uiBundles/reactinternalapp/.
Dev server
nx run reactinternalapp:devStarts the Vite dev server from the built output in dist/.
Watch
nx run reactinternalapp: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 reactinternalapp:build
cd dist/force-app/main/default/uiBundles/reactinternalapp && 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.
