initial boilerplate import

This commit is contained in:
Malar Kannan
2017-08-09 10:50:04 +05:30
commit fffed7a048
21 changed files with 8015 additions and 0 deletions

10
public/index.html Executable file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<div id="root"></div>
</body>
</html>