Skip to content

Instantly share code, notes, and snippets.

@grrinchas
Last active December 16, 2017 14:41
Show Gist options
  • Save grrinchas/32618f88f6e6bb4b65b32d18f4681009 to your computer and use it in GitHub Desktop.
Save grrinchas/32618f88f6e6bb4b65b32d18f4681009 to your computer and use it in GitHub Desktop.
import Elm from './app/Main.elm';
import './main.scss';
const mountNode = document.getElementById('app');
const app = Elm.Main.embed(mountNode);
if (module.hot) {
module.hot.accept();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment