feat(frontend): replace Go templates with React SPA
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6s
Mirror to GitHub / mirror (push) Failing after 3s
Tests / test (push) Failing after 16s

- Add internal/spa package for embedding React build
- Wire SPA handler in main.go for non-API routes
- Add gitignore entry for internal/spa/dist
- Add implementation plan

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ashisgreat22 2026-03-22 21:12:01 +01:00
parent 5d14d291ca
commit 6b418057ef
2 changed files with 359 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
node_modules/
.agent/
internal/spa/dist/
*.exe
*.exe~
*.dll