feat: setup shadcn for styling and TanStack router

Setup shadcn for style components
Setup TanStack router for routing between different pages in the UI
This commit is contained in:
Rodney Osodo
2025-06-12 12:40:18 +03:00
parent e577eab604
commit f80f232df4
24 changed files with 3373 additions and 155 deletions
+6 -1
View File
@@ -18,7 +18,12 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]