Skip to content

Instantly share code, notes, and snippets.

@ilyeshammadi
Created August 11, 2017 19:58
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 ilyeshammadi/08eb71ce8958985c76b53c73edad408a to your computer and use it in GitHub Desktop.
Save ilyeshammadi/08eb71ce8958985c76b53c73edad408a to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<title>React is Awesome</title>
<script src="https://unpkg.com/react@latest/dist/react.js"></script>
<script src="https://unpkg.com/react-dom@latest/dist/react-dom.js"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment