afv-library/samples/ui-bundle-template-app-react-sample-b2e/force-app/main/default/uiBundles/propertymanagementapp
2026-03-30 09:52:18 -07:00
..
e2e chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00
scripts chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00
src chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00
.forceignore chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00
.graphqlrc.yml chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00
.prettierignore chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00
.prettierrc chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00
CHANGELOG.md chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00
codegen.yml chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00
components.json chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00
eslint.config.js chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00
index.html chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00
package.json chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00
playwright.config.ts chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00
propertymanagementapp.uibundle-meta.xml chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00
README.md chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00
tsconfig.json chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00
tsconfig.node.json chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00
ui-bundle.json chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00
vite-env.d.ts chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00
vite.config.ts chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00
vitest-env.d.ts chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00
vitest.config.ts chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00
vitest.setup.ts chore: rename sample folders to match ui-bundle-template package names 2026-03-30 09:52:18 -07:00

Property Management App

Property management sample React UI Bundle on the Salesforce platform. Includes property management, maintenance requests, tenant applications, a dashboard, and an Agentforce conversation client. Built with React, Vite, TypeScript, and Tailwind/shadcn.

For project-level details (metadata, deploy, sample data), see the project README.

Prerequisites

npm install

Run (development)

npm run dev

Starts the Vite dev server (default: http://localhost:5173).

Build

npm run build

Writes the production bundle to dist/ inside the UI Bundle folder.

Test

npm test

Runs the unit test suite (Vitest).