Thank the creator of Elm and BDFL, Evan Czaplicki.
I would highly recommend reading the guide and writing elm code before watching any videos.
- Read the Guide. This is a gitbook by the creator of Elm
- Try Elm out in the browser. (Hint - try the stuff from the book)
- Watch a video series to remind yourself of the concepts.
- Complete the Elm for beginners course over the weekend
- Complete the exercises for that course
- Oh! And setup your computer to to Eλmy stuff:
- Install NodeJS LTS
- Install elm with
npm install -g elm
- Configure atom.
elm-oracle
,elm-format
,linter-elm-make
to lint on save.