feat: add frontend

This commit is contained in:
2025-12-25 15:59:17 +01:00
parent 24611e05c9
commit 71d915ff0f
65 changed files with 11329 additions and 19 deletions

16
frontend/.cta.json Normal file
View File

@@ -0,0 +1,16 @@
{
"projectName": "frontend",
"mode": "file-router",
"typescript": true,
"tailwind": true,
"packageManager": "pnpm",
"addOnOptions": {},
"git": true,
"version": 1,
"framework": "react-cra",
"chosenAddOns": [
"biome",
"shadcn",
"tanstack-query"
]
}