Skip to content

Instantly share code, notes, and snippets.

@ArjunHariharan
Created October 30, 2016 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArjunHariharan/e6e6ee0e054bd966eb1969ad572d0096 to your computer and use it in GitHub Desktop.
Save ArjunHariharan/e6e6ee0e054bd966eb1969ad572d0096 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Hello-React</title>
</head>
<body>
<!-- React will render the contents in side the root div.-->
<div id="root"></div>
<script src="build/bundle.js" type="text/javascript"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment