migrate to webpack

This commit is contained in:
kandrusyak
2022-06-17 16:56:30 +03:00
parent eeaabeebf3
commit 0da68ddd63
15 changed files with 10492 additions and 1791 deletions

11
public/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>React App</title>
</head>
<body>
<div id="root"></div>
</body>
</html>