Create hello world React app with hot module replacement

This commit is contained in:
2017-06-24 19:31:52 -06:00
parent c0774cdcb1
commit 18bae1f3d4
9 changed files with 113 additions and 2 deletions

9
dist/index.html vendored Normal file
View File

@@ -0,0 +1,9 @@
<html>
<head>
<title>Hello World</title>
</head>
<body>
<div id="root"></div>
<script src="./bundle.js"></script>
</body>
</html>