Skip to content

Instantly share code, notes, and snippets.

@RichardBray
Created January 10, 2018 10:52
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 RichardBray/bebea338340336f01aad3f2a54bcd05a to your computer and use it in GitHub Desktop.
Save RichardBray/bebea338340336f01aad3f2a54bcd05a to your computer and use it in GitHub Desktop.
Simple index.html content
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>React Typescript</title>
</head>
<body>
<div class="container"></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