basic react package

This commit is contained in:
Felix Roos 2022-05-14 20:27:05 +02:00
parent 9588272639
commit 0d63ec9146
20 changed files with 977 additions and 0 deletions

13
packages/react/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="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>