feat: Phase 9 — Frontend React Shell #35
Reference in New Issue
Block a user
Delete Branch "feat/phase-9-frontend-react-shell"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
ui/directory for managing tenants, environments, apps, and deploymentsPages
//environments/environments/:id/environments/:eid/apps/:aid/license/loginFiles (20 source files)
Plus:
SpaController.java, Dockerfile frontend stage, CI pipeline, HOWTO.mdTest plan
cd ui && npm run devstarts Vite dev server on :5173cd ui && npx tsc --noEmitpasses with 0 errorsmvn compilesucceeds with SpaControllernpm run buildoutputs to src/main/resources/static/Closes #31