Skip to content

Instantly share code, notes, and snippets.

@shaddyshad
Last active April 7, 2018 20:27
Show Gist options
  • Save shaddyshad/d36ba2c0be0a529e4ddf6ec1d7eb556c to your computer and use it in GitHub Desktop.
Save shaddyshad/d36ba2c0be0a529e4ddf6ec1d7eb556c to your computer and use it in GitHub Desktop.
index.html boilerplate
<!DOCTYPE html>
<html>
<head>
<title>React App</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width initial-scale=1.0">
<head>
<body>
<div id="app"></div>
<script type="text/javascript" src="bundle.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment