Before attending the workshop, please clone this repo, install the elm platform, elm-format, and integrate these with your editor of choice. This will help us jump right in!
NOTE
There can be some weirdness installing elm with yarn/npm and integrating with you editor if you use npm + nvm + VSCode due to some path stuff.
Your best bet is to install the binaries to /usr/local/bin instead, and make sure that's on your path ( if you can run elm / elm-format from the command line, you're good!)
If that fails, try the accepted method of npm install -g elm elm-format
- Install the Elm language support from the marketplace.
- Then follow this
- Install language-elm package
- Install elm-format package
- Install elmjutsu for autocomplete (do not follow the default instructions for language-elm, won't work for 0.19)
:grimace:
I have no idea :P.
Mostly it's important to get elm-make running automatically on save to see compile errors in your editor in real-time, and to have elm-format run to make your code look nice
-
Elm has an official guide that goes through many topics in this workshop and more. It is a highly recommended read!
-
https://elm.reddit.com is very active and beginner friendly!
-
https://elmlang.herokuapp.com/ Elm slack is much the same
- See [elm-guide]((https://guide.elm-lang.org/) and (official elm documentation)[http://elm-lang.org/docs]