feat(frontend): scaffold Vite + React + TypeScript project

This commit is contained in:
meelstorm
2026-07-17 17:52:47 +00:00
committed by EugeneTes
parent b6a0709c3e
commit 96468d9dde
12 changed files with 1556 additions and 0 deletions

3
Frontend/src/App.tsx Normal file
View File

@@ -0,0 +1,3 @@
export function App() {
return <div style={{ padding: 20 }}>Frontend placeholder</div>;
}