This app is intended to run with ArcGIS Experience Builder. Download the latest package (currently 1.21) from:
https://developers.arcgis.com/experience-builder/guide/downloads/
Install pnpm if not already installed.
cd server
npm i -g pnpmInitialize pnpm.
pnpm ciDo the same for the client.
cd ../client
pnpm ciAfter setup is complete, run both services in separate terminals.
cd server
pnpm devcd client
pnpm devThen open the local URL shown in the terminal
