Skip to content

Instantly share code, notes, and snippets.

@petermoresi
Last active August 29, 2015 14:26
Show Gist options
  • Save petermoresi/e33ad92fde4d50496934 to your computer and use it in GitHub Desktop.
Save petermoresi/e33ad92fde4d50496934 to your computer and use it in GitHub Desktop.
An HTML starter file for React development
<!DOCTYPE html>
<meta charset="utf-8">
<html>
<head>
<title>Minimal React Setup</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.13.3/react.min.js" type="text/javascript"></script>
</head>
<body>
<script src="app.js" type="text/javascript"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment