Project is created.

This commit is contained in:
crusader
2017-06-21 20:24:44 +09:00
commit 7ef564a6c1
12 changed files with 505 additions and 0 deletions

10
public/index.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Hello React!</title>
</head>
<body>
<div id="react-placeholder"></div>
</body>
</html>