Skip to content

Commit

Permalink
initial dev
Browse files Browse the repository at this point in the history
  • Loading branch information
M A Alim committed May 24, 2023
0 parents commit bcdfd00
Show file tree
Hide file tree
Showing 17 changed files with 5,432 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# dependencies
/node_modules

# testing
/coverage

# component build
/dist

# misc
.DS_Store
Empty file added README.md
Empty file.
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>My React Component</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
Loading

0 comments on commit bcdfd00

Please sign in to comment.