Created
December 10, 2015 05:38
-
-
Save junishitsuka/ac38d497ee4cbd97b02f to your computer and use it in GitHub Desktop.
React.jsとReduxによる快適なElectron開発環境をつくる ref: http://qiita.com/junishitsuka/items/86c282739cc5788dea1b
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
| <script> | |
| window.onload = function() { | |
| require("./js/dst/bundle.js") | |
| } | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment