Created
April 16, 2017 00:54
-
-
Save guzart/07dfbdeec0414834bd5e9057ccd4c997 to your computer and use it in GitHub Desktop.
Simple elm production builds
This file contains 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
// src/index.js | |
const Elm = require('./Main.elm'); | |
const mountNode = document.getElementById('root'); | |
const app = Elm.Main.embed(mountNode); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment