Skip to content

Instantly share code, notes, and snippets.

@joshuacrass
Last active September 9, 2018 18:58
Show Gist options
  • Save joshuacrass/3259882149d0bf6a8359c4a8f188528e to your computer and use it in GitHub Desktop.
Save joshuacrass/3259882149d0bf6a8359c4a8f188528e to your computer and use it in GitHub Desktop.
react-starter index.html
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width" />
<title>React Starter</title>
<script src="./index.jsx"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment