Skip to content

Instantly share code, notes, and snippets.

@danielvlopes
Created July 14, 2015 02:46
Show Gist options
  • Save danielvlopes/563290fb960a2daa3358 to your computer and use it in GitHub Desktop.
Save danielvlopes/563290fb960a2daa3358 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='Content-type' content='text/html; charset=utf-8'>
</head>
<body>
<script src="../../build/react.js"></script>
<script src="../../build/JSXTransformer.js"></script>
<script type="text/jsx">
React.render(
<h1>Hello, world!</h1>,
document.body
);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment