Scaffold repo: Fastify API + React web + CI #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Set up the monorepo skeleton:
apps/api: Fastify + TypeScriptapps/web: React + Vite + TypeScript.gitea/workflows/ci.yml: lint/build on pushdocker-compose.ymlfor local + prod use, matching thelisilou-portfoliopattern.env.example,.gitignore(no secrets committed, per homelab convention)Done and pushed (main branch, commit visible in repo).
apps/api(Fastify+TS),apps/web(React+Vite+TS), CI workflow, docker-compose.yml, config/hosts.yaml, .env.example, and project CLAUDE.md are all in place. Both apps typecheck and build cleanly locally.