Skip to content

Instantly share code, notes, and snippets.

@kevinsimper
Created June 12, 2016 05:02
Show Gist options
  • Save kevinsimper/def2e93ded4b82349e74c9839e672c7f to your computer and use it in GitHub Desktop.
Save kevinsimper/def2e93ded4b82349e74c9839e672c7f to your computer and use it in GitHub Desktop.
React Workshop in Lima template index.js
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<div id="container"></div>
<script src="https://fb.me/react-15.1.0.js"></script>
<script src="https://fb.me/react-dom-15.1.0.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.24/browser.min.js"></script>
<script type="text/babel">
// CODE HERE
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment