Skip to content

Instantly share code, notes, and snippets.

@ohanhi
Last active January 3, 2019 10:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ohanhi/805e64386e42026c269a to your computer and use it in GitHub Desktop.
Save ohanhi/805e64386e42026c269a to your computer and use it in GitHub Desktop.
Get started with Elm

Get started with Elm

Try online

Try Elm

Install

Download package from elm-lang.org

or

npm install [-g] elm

Super quick setup

  • Make a project folder
  • Make a .elm file
  • elm-package install <package>
  • elm-reactor
  • Start hacking!

Resources

Look no further than the Awesome Elm repo!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment