Skip to content

Instantly share code, notes, and snippets.

@mobinni
Last active December 16, 2015 21:22
Show Gist options
  • Save mobinni/90b3babee88f08705c9d to your computer and use it in GitHub Desktop.
Save mobinni/90b3babee88f08705c9d to your computer and use it in GitHub Desktop.
A Modern Isomorphic Stack with Redux - Part 1
<html>
<head>
<meta charset="UTF-8">
<title></title>
<link href="styles.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="root"><%- reactOutput %></div>
<script src="{%=o.htmlWebpackPlugin.files.chunks.app.entry%}" charset="utf-8"></script>
<script src="{%=o.htmlWebpackPlugin.files.chunks.vendors.entry%}" charset="utf-8"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment