Set up development environment

This commit is contained in:
2020-12-12 01:45:35 +05:00
parent a813c1057a
commit 43c18eb46e
14 changed files with 5850 additions and 3 deletions

11
public/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Application</title>
</head>
<body>
<div id="root"></div>
</body>
</html>