Getting Started
This page explains how to run the example app locally and connect to the backend gateway.
Prerequisites
- Backend gateway is running, or you configure
VITE_GATEWAY_URLto point to a reachable address.
Steps
cd sdk/typescript/examples/web
npm install
# or use yarn
# yarn
# Optional: configure backend data gateway (default http://localhost:8080/data)
export VITE_GATEWAY_URL=https://api.loambase.com/data
npm run dev
# yarn dev
After startup, open the local URL (for example http://localhost:5173/), log into Keycloak as prompted, and enter the Admin UI.