Add: add base frontend & docker compose

This commit is contained in:
Kirill Samoylenkov 2025-11-19 23:04:28 +05:00
parent 4d0fe108ff
commit 381cad66e6
7 changed files with 1908 additions and 0 deletions

5
frontend/index.html Normal file
View file

@ -0,0 +1,5 @@
<!doctype html>
<html>
<head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1.0"><title>Demo</title></head>
<body><div id="root"></div><script type="module" src="/src/main.jsx"></script></body>
</html>