Last active
January 3, 2019 10:15
-
-
Save ohanhi/805e64386e42026c269a to your computer and use it in GitHub Desktop.
Revisions
-
ohanhi revised this gist
Jan 22, 2016 . No changes.There are no files selected for viewing
-
ohanhi revised this gist
Jan 22, 2016 . 1 changed file with 6 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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) or @@ -20,4 +20,8 @@ or - Make a `.elm` file - `elm-package install <package>` - `elm-reactor` - Start hacking! ## Resources Look no further than the [Awesome Elm](https://github.com/isRuslan/awesome-elm) repo! -
ohanhi created this gist
Jan 22, 2016 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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!