Skip to content

Instantly share code, notes, and snippets.

@simon-o-matic
Last active August 29, 2015 14:23
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 simon-o-matic/7923f34c01a88d560797 to your computer and use it in GitHub Desktop.
Save simon-o-matic/7923f34c01a88d560797 to your computer and use it in GitHub Desktop.
<!-- index.html -->
<!DOCTYPE html>
<html>
<head>
<title>Hello React</title>
<script src="lib/react.js"></script>
<script src="lib/JSXTransformer.js"></script>
<script src="lib/jquery-1.11.3.min.js"></script>
</head>
<body>
YO
<div id="content"></div>
<script type="text/jsx">
// Your code here
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment