Skip to content

Instantly share code, notes, and snippets.

@j-hannes
Last active May 21, 2016 20:23
Show Gist options
  • Save j-hannes/27009a8d37bb81a489bb2c3270973154 to your computer and use it in GitHub Desktop.
Save j-hannes/27009a8d37bb81a489bb2c3270973154 to your computer and use it in GitHub Desktop.
for redux counter
<!doctype html>
<html>
<head>
<title>simple react+redux counter</title>
</head>
<body>
<div id="app"></div>
<script src="bundle.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment