Init frontend

This commit is contained in:
Leons Aleksandrovs
2025-07-02 14:19:55 +03:00
parent 47693ab7da
commit 20d173b276
23 changed files with 1329 additions and 0 deletions

13
frontend/.cta.json Normal file
View File

@@ -0,0 +1,13 @@
{
"projectName": ".",
"mode": "file-router",
"typescript": true,
"tailwind": true,
"packageManager": "bun",
"git": true,
"version": 1,
"framework": "react-cra",
"chosenAddOns": [
"tanstack-query"
]
}