Skip to content

Instantly share code, notes, and snippets.

@wojciech-bilicki
Created July 28, 2017 16:28
Show Gist options
  • Save wojciech-bilicki/265a92d7f87f7a9521eef5aadb4679ef to your computer and use it in GitHub Desktop.
Save wojciech-bilicki/265a92d7f87f7a9521eef5aadb4679ef to your computer and use it in GitHub Desktop.
Index.html with attached bundle
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Marvel</title>
</head>
<body>
<div id="app"></div>
<script src="node_modules/react/dist/react.js"></script>
<script src="node_modules/react-dom/dist/react-dom.js"></script>
<script src="public/bundle.js">
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment