Get a hello world set up

This commit is contained in:
2024-08-06 16:26:30 -07:00
parent 1d0f0275b6
commit 648f9464cb
8 changed files with 203 additions and 0 deletions

11
public/index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>React animated list demo</title>
</head>
<body>
<script src="./scripts/index.js"></script>
<react-animated-list-demo />
</body>
</html>