Skip to content

Commit

Permalink
init react adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
punkestu committed Feb 2, 2024
1 parent 985b228 commit 8998db2
Show file tree
Hide file tree
Showing 13 changed files with 1,598 additions and 29 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
dist/
src/public/style.css
client/
public/style.css
.idea
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -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>React + Express BoilerPlate</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/views/main.tsx"></script>
</body>
</html>
Loading

0 comments on commit 8998db2

Please sign in to comment.