Skip to content

Instantly share code, notes, and snippets.

@yunyu
Last active November 30, 2017 02:38
Show Gist options
  • Save yunyu/12c645a54380ad7d82e97820cfda2c57 to your computer and use it in GitHub Desktop.
Save yunyu/12c645a54380ad7d82e97820cfda2c57 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<script src="https://unpkg.com/react/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom/umd/react-dom.development.js"></script>
<script src="https://unpkg.com/babel-standalone"></script>
</head>
<body>
<div id="app"></div>
<script type="text/babel">
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment