Skip to content

Instantly share code, notes, and snippets.

@jeffschulthies
Created August 7, 2017 20:15
Show Gist options
  • Save jeffschulthies/66f77d12b60d2ac11e07c02b033a3022 to your computer and use it in GitHub Desktop.
Save jeffschulthies/66f77d12b60d2ac11e07c02b033a3022 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dev</title>
</head>
<body>
<div id="root">
<!--This is where our React app will go -->
</div>
<script type="text/javascript" src="_build/bundle.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment