Skip to content

Instantly share code, notes, and snippets.

@junishitsuka
Created December 10, 2015 05:38
Show Gist options
  • Save junishitsuka/ac38d497ee4cbd97b02f to your computer and use it in GitHub Desktop.
Save junishitsuka/ac38d497ee4cbd97b02f to your computer and use it in GitHub Desktop.
React.jsとReduxによる快適なElectron開発環境をつくる ref: http://qiita.com/junishitsuka/items/86c282739cc5788dea1b
<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