Skip to content

Instantly share code, notes, and snippets.

@ruffle1986
Created July 26, 2016 18:43
Show Gist options
  • Save ruffle1986/63a6a855e9d45bca4e2ba55ccc35b311 to your computer and use it in GitHub Desktop.
Save ruffle1986/63a6a855e9d45bca4e2ba55ccc35b311 to your computer and use it in GitHub Desktop.
React quick starter pack
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.2.1/react.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.2.1/react-dom.min.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment