LifeRPG_v2.0/modern/frontend
2025-08-28 17:32:29 +00:00
..
src admin: add role management endpoints + Admin UI; strengthen RBAC and add tests 2025-08-28 17:32:29 +00:00
index.html security: add RBAC, HTTPS enforcement; add tests and CI pytest step 2025-08-28 17:29:16 +00:00
manifest.json security: add RBAC, HTTPS enforcement; add tests and CI pytest step 2025-08-28 17:29:16 +00:00
package.json security: add RBAC, HTTPS enforcement; add tests and CI pytest step 2025-08-28 17:29:16 +00:00
README.md scaffold: modern rewrite skeleton (backend + frontend PWA) + roadmap 2025-08-28 17:05:19 +00:00
sw.js security: add RBAC, HTTPS enforcement; add tests and CI pytest step 2025-08-28 17:29:16 +00:00

Frontend README

This folder contains a minimal React + Vite app scaffold with PWA manifest and a small Service Worker.

Next steps:

  • Run npm install then npm run dev to start local dev server.
  • Replace placeholder UI with real components and integrate with backend.