Skip to content

Instantly share code, notes, and snippets.

@loopDelicious
Created August 11, 2016 16:59
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 loopDelicious/5ecfa0a8ad2e8ff95d4b16ed37e9c2fa to your computer and use it in GitHub Desktop.
Save loopDelicious/5ecfa0a8ad2e8ff95d4b16ed37e9c2fa to your computer and use it in GitHub Desktop.
<!doctype HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Getting Started with React and Webpack</title>
</head>
<body>
<div id="app"></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