Skip to content

Instantly share code, notes, and snippets.

@ohanhi
Last active January 3, 2019 10:15
Show Gist options
  • Save ohanhi/805e64386e42026c269a to your computer and use it in GitHub Desktop.
Save ohanhi/805e64386e42026c269a to your computer and use it in GitHub Desktop.

Revisions

  1. ohanhi revised this gist Jan 22, 2016. No changes.
  2. ohanhi revised this gist Jan 22, 2016. 1 changed file with 6 additions and 2 deletions.
    8 changes: 6 additions & 2 deletions get-started-with-elm.md
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@ Get started with Elm

    ## Install

    Download package from [elm-lang.org/](http://elm-lang.org/install)
    Download package from [elm-lang.org](http://elm-lang.org/install)

    or

    @@ -20,4 +20,8 @@ or
    - Make a `.elm` file
    - `elm-package install <package>`
    - `elm-reactor`
    - Start hacking!
    - Start hacking!

    ## Resources

    Look no further than the [Awesome Elm](https://github.com/isRuslan/awesome-elm) repo!
  3. ohanhi created this gist Jan 22, 2016.
    23 changes: 23 additions & 0 deletions get-started-with-elm.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    Get started with Elm
    ====================

    ## Try online

    [Try Elm](http://elm-lang.org/try)

    ## Install

    Download package from [elm-lang.org/](http://elm-lang.org/install)

    or

    `npm install [-g] elm`


    ## Super quick setup

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