afv-library/samples/webapp-template-app-react-sample-b2x-experimental/force-app/main/default/webapplications/appreactsampleb2x
svc-idee-bot 768aa1e783
chore: sync React B2E (1.112.10) & B2X (1.112.10) samples from npm (#103)
Co-authored-by: gbockus-sf <76090802+gbockus-sf@users.noreply.github.com>
2026-03-25 12:48:51 -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.112.10) & B2X (1.112.10) samples from npm (#103) 2026-03-25 12:48:51 -05:00
.forceignore chore: sync React B2E (1.112.5) & B2X (1.112.5) samples from npm (#85) 2026-03-23 15:12:03 -07: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
appreactsampleb2x.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.112.5) & B2X (1.112.5) samples from npm (#85) 2026-03-23 15:12:03 -07: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.112.5) & B2X (1.112.5) samples from npm (#85) 2026-03-23 15:12:03 -07:00
index.html chore: sync React B2E (1.112.5) & B2X (1.112.5) samples from npm (#85) 2026-03-23 15:12:03 -07:00
package.json chore: sync React B2E (1.112.10) & B2X (1.112.10) samples from npm (#103) 2026-03-25 12:48:51 -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.112.5) & B2X (1.112.5) samples from npm (#85) 2026-03-23 15:12:03 -07: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 B2X

A sample B2X (Business-to-Consumer) React web app with an app shell for Salesforce Experience Cloud. Includes property listings, maintenance requests, and a dashboard. 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).