Last active
December 16, 2015 21:22
-
-
Save mobinni/90b3babee88f08705c9d to your computer and use it in GitHub Desktop.
A Modern Isomorphic Stack with Redux - Part 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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