Skip to content

Instantly share code, notes, and snippets.

@marclerodrigues
Created December 31, 2016 18:56
Show Gist options
  • Save marclerodrigues/03e2ad279960c0a00a568d756ed5606d to your computer and use it in GitHub Desktop.
Save marclerodrigues/03e2ad279960c0a00a568d756ed5606d to your computer and use it in GitHub Desktop.
Index HTML
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello React</title>
</head>
<body>
<div id="hello"></div>
<script src="bundle.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment