add react nano-repl example

This commit is contained in:
Felix Roos 2022-08-17 23:59:40 +02:00
parent 46aa3d275a
commit 1941b1ff65
7 changed files with 2438 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Strudel Nano REPL</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>