Skip to content

Instantly share code, notes, and snippets.

@roostercrab
Created October 24, 2019 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roostercrab/dad441a480e27f9fac7ebc63c6217378 to your computer and use it in GitHub Desktop.
Save roostercrab/dad441a480e27f9fac7ebc63c6217378 to your computer and use it in GitHub Desktop.
Elm notes
How do I compile it?
Run elm reactor in your project. Now you can go to http://localhost:8000 and browse through all the files in your project. If you navigate to .elm files, it will compile them for you!
If you want to do things more manually, you can run elm make src/Main.elm and it will produce an index.html file that you can look at in your browser.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment