Skip to content

Commit

Permalink
add monaco-react demo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Jun 10, 2024
1 parent 054422e commit 537f37b
Show file tree
Hide file tree
Showing 8 changed files with 1,817 additions and 0 deletions.
5 changes: 5 additions & 0 deletions monaco-react/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules
.DS_Store
dist
dist-ssr
*.local
15 changes: 15 additions & 0 deletions monaco-react/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Playground for Monaco React</title>
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>

</html>
Loading

0 comments on commit 537f37b

Please sign in to comment.