Skip to content

Instantly share code, notes, and snippets.

@samuelayo
Created November 30, 2017 11:09
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 samuelayo/f6b9f1235dd84520ad238aaa1929ef4a to your computer and use it in GitHub Desktop.
Save samuelayo/f6b9f1235dd84520ad238aaa1929ef4a to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Getting Started with Typescript and ReactJS</title>
</head>
<body>
<!-- this is where react renders into -->
<div id="root"></div>
<script 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