Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dominique-vassard/elm-tutorial

Learning elm via official tutorial
https://github.com/dominique-vassard/elm-tutorial

elm tutorial

Last synced: 22 days ago
JSON representation

Learning elm via official tutorial

Awesome Lists containing this project

README

        

# ELM TUTORIAL

Elm is a functional language that compiles to JavaScript.
It's a tool for creating websites and web apps.
It worths noticing that Redux is inspired by elm, and still look at elm for its new features...

More info: check http://elm-lang.org

Learn by following official tutorial from: https://guide.elm-lang.org/architecture/

Each additional exercises at end of tutorial chapter have to be done!

You can test each file by copy / pasting code in http://elm-lang.org/try
Be sure to remove this line:
`module Main exposing (..)`

Because of external resources, part 4 (random), step 2 won't work online.