Skip to content

Instantly share code, notes, and snippets.

@antosan
Created March 3, 2019 15:07
Show Gist options
  • Save antosan/77ac0f74657fdff539e02003ed54dc6e to your computer and use it in GitHub Desktop.
Save antosan/77ac0f74657fdff539e02003ed54dc6e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<title>React</title>
<script crossorigin src="https://unpkg.com/react@16/umd/react.development.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
<script src="https://unpkg.com/[email protected]/babel.min.js"></script>
</head>
<body>
<div id="root"></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