Skip to content

Commit

Permalink
Merge pull request #1 from punkestu/react-adapter
Browse files Browse the repository at this point in the history
React adapter
  • Loading branch information
punkestu authored Feb 2, 2024
2 parents 985b228 + 6b0d1c3 commit 3ab9dc5
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="/vite/react/main.tsx"></script>
</body>
</html>
Loading

0 comments on commit 3ab9dc5

Please sign in to comment.