afv-library/samples/webapp-template-app-react-sample-b2e-experimental/force-app/main/default/webapplications/appreactsampleb2e
2026-03-17 22:59:19 -05:00
..
e2e chore: sync React B2E (1.61.4) & B2X (1.61.4) samples from npm 2026-03-02 20:24:11 +00:00
scripts chore: sync React B2E (1.61.4) & B2X (1.61.4) samples from npm 2026-03-02 20:24:11 +00:00
src chore: sync React B2E (1.107.0) & B2X (1.107.0) samples from npm (#65) 2026-03-17 22:59:19 -05:00
.graphqlrc.yml chore: sync React B2E (1.61.4) & B2X (1.61.4) samples from npm 2026-03-02 20:24:11 +00:00
.prettierignore chore: sync React B2E (1.61.4) & B2X (1.61.4) samples from npm 2026-03-02 20:24:11 +00:00
.prettierrc chore: sync React B2E (1.61.4) & B2X (1.61.4) samples from npm 2026-03-02 20:24:11 +00:00
appreactsampleb2e.webapplication-meta.xml chore: sync React B2E (1.61.4) & B2X (1.61.4) samples from npm 2026-03-02 20:24:11 +00:00
CHANGELOG.md chore: sync React B2E (1.61.4) & B2X (1.61.4) samples from npm 2026-03-02 20:24:11 +00:00
codegen.yml chore: sync React B2E (1.61.4) & B2X (1.61.4) samples from npm 2026-03-02 20:24:11 +00:00
components.json chore: sync React B2E (1.107.0) & B2X (1.107.0) samples from npm (#65) 2026-03-17 22:59:19 -05:00
eslint.config.js chore: sync React B2E (1.107.0) & B2X (1.107.0) samples from npm (#65) 2026-03-17 22:59:19 -05:00
index.html chore: sync React B2E (1.107.0) & B2X (1.107.0) samples from npm (#65) 2026-03-17 22:59:19 -05:00
package.json chore: sync React B2E (1.107.0) & B2X (1.107.0) samples from npm (#65) 2026-03-17 22:59:19 -05:00
playwright.config.ts chore: sync React B2E (1.61.4) & B2X (1.61.4) samples from npm 2026-03-02 20:24:11 +00:00
README.md chore: sync React B2E (1.107.0) & B2X (1.107.0) samples from npm (#65) 2026-03-17 22:59:19 -05:00
tsconfig.json chore: sync React B2E (1.61.4) & B2X (1.61.4) samples from npm 2026-03-02 20:24:11 +00:00
tsconfig.node.json chore: sync React B2E (1.61.4) & B2X (1.61.4) samples from npm 2026-03-02 20:24:11 +00:00
vite-env.d.ts chore: sync React B2E (1.61.4) & B2X (1.61.4) samples from npm 2026-03-02 20:24:11 +00:00
vite.config.ts chore: sync React B2E (1.107.0) & B2X (1.107.0) samples from npm (#65) 2026-03-17 22:59:19 -05:00
vitest-env.d.ts chore: sync React B2E (1.61.4) & B2X (1.61.4) samples from npm 2026-03-02 20:24:11 +00:00
vitest.config.ts chore: sync React B2E (1.61.4) & B2X (1.61.4) samples from npm 2026-03-02 20:24:11 +00:00
vitest.setup.ts chore: sync React B2E (1.61.4) & B2X (1.61.4) samples from npm 2026-03-02 20:24:11 +00:00
webapplication.json chore: sync React B2E (1.107.0) & B2X (1.107.0) samples from npm (#65) 2026-03-17 22:59:19 -05:00

App React Sample B2E

A sample B2E (Business-to-Employee) React web app 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 web app folder.

Test

npm test

Runs the unit test suite (Vitest).