feat(spa): add baseline API client for health and session read

This commit is contained in:
2026-03-01 11:01:50 +00:00
parent 825f8c599b
commit 2e25d32ba1
7 changed files with 1607 additions and 0 deletions

12
frontend/README.md Normal file
View File

@@ -0,0 +1,12 @@
# Frontend API client baseline
Dette er baseline-klientlaget for SPA-sporet.
## Kører checks lokalt
```bash
cd frontend
npm install
npm test
npm run build
```