Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dominique-vassard/elm-tutorial
- Owner: dominique-vassard
- Created: 2017-02-19T14:02:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T12:43:18.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T05:15:56.487Z (2 months ago)
- Topics: elm, tutorial
- Language: Elm
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.