afv-library/samples/webapp-template-app-react-sample-b2e-experimental/force-app/main/default/uiBundles/propertymanagementapp
2026-03-30 09:52:18 -07:00
..
e2e chore: sync React b2e and b2x samples from npm @1.117.3 2026-03-30 09:52:18 -07:00
scripts chore: sync React b2e and b2x samples from npm @1.117.3 2026-03-30 09:52:18 -07:00
src chore: sync React b2e and b2x samples from npm @1.117.3 2026-03-30 09:52:18 -07:00
.forceignore chore: sync React b2e and b2x samples from npm @1.117.3 2026-03-30 09:52:18 -07:00
.graphqlrc.yml chore: sync React b2e and b2x samples from npm @1.117.3 2026-03-30 09:52:18 -07:00
.prettierignore chore: sync React b2e and b2x samples from npm @1.117.3 2026-03-30 09:52:18 -07:00
.prettierrc chore: sync React b2e and b2x samples from npm @1.117.3 2026-03-30 09:52:18 -07:00
CHANGELOG.md chore: sync React b2e and b2x samples from npm @1.117.3 2026-03-30 09:52:18 -07:00
codegen.yml chore: sync React b2e and b2x samples from npm @1.117.3 2026-03-30 09:52:18 -07:00
components.json chore: sync React b2e and b2x samples from npm @1.117.3 2026-03-30 09:52:18 -07:00
eslint.config.js chore: sync React b2e and b2x samples from npm @1.117.3 2026-03-30 09:52:18 -07:00
index.html chore: sync React b2e and b2x samples from npm @1.117.3 2026-03-30 09:52:18 -07:00
package.json chore: sync React b2e and b2x samples from npm @1.117.3 2026-03-30 09:52:18 -07:00
playwright.config.ts chore: sync React b2e and b2x samples from npm @1.117.3 2026-03-30 09:52:18 -07:00
propertymanagementapp.uibundle-meta.xml chore: sync React b2e and b2x samples from npm @1.117.3 2026-03-30 09:52:18 -07:00
README.md chore: sync React b2e and b2x samples from npm @1.117.3 2026-03-30 09:52:18 -07:00
tsconfig.json chore: sync React b2e and b2x samples from npm @1.117.3 2026-03-30 09:52:18 -07:00
tsconfig.node.json chore: sync React b2e and b2x samples from npm @1.117.3 2026-03-30 09:52:18 -07:00
ui-bundle.json chore: sync React b2e and b2x samples from npm @1.117.3 2026-03-30 09:52:18 -07:00
vite-env.d.ts chore: sync React b2e and b2x samples from npm @1.117.3 2026-03-30 09:52:18 -07:00
vite.config.ts chore: sync React b2e and b2x samples from npm @1.117.3 2026-03-30 09:52:18 -07:00
vitest-env.d.ts chore: sync React b2e and b2x samples from npm @1.117.3 2026-03-30 09:52:18 -07:00
vitest.config.ts chore: sync React b2e and b2x samples from npm @1.117.3 2026-03-30 09:52:18 -07:00
vitest.setup.ts chore: sync React b2e and b2x samples from npm @1.117.3 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).