Plain typescript+swc vite react template as frontend

This commit is contained in:
Imbus 2024-02-12 12:47:46 +01:00
parent 29d5885b67
commit 116bd87354
15 changed files with 314 additions and 0 deletions

13
frontend/index.html Normal file
View file

@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>