Elm
Contents
Learning Guides
How to create modular Elm code that scales nicely with your app.
Discover the beautiful programming language that makes front-end web apps a joy to build and maintain!
Outdated Tutorials and books (Elm 0.18 or earlier)
Articles
Why Elm?
Outdated articles (Not relevant for current Elm architecture)
Testing
Code generators
Package managers
Boilerplates
Outdated Boilerplates
Static analysis
Static site generators
Showcase generators
Run Elm
Compile and bundle
Other tools
Beyond the DOM
Editor plugins
Atom
Emacs
Sublime Text
Examples
Full stack Elm app w/ CRUD operations, Auth, routing, pagination and more. Code / Article / Video
Bare-bones, modular, heavily-documented todo app with JSON API persistence.
Fork of TodoMVC demonstrating start-app, The Elm Architecture and Firebase as backend.
Documented and tested implementation of the Elm TodoMVC app in Electron.
A collection of examples with advanced techniques for real-world Elm apps.
An example Android application implemented with the Elm Architecture using the Kotlin programming language and Anko library.
A minimal Elm + Phoenix setup, using webpack instead of Brunch.
Elm app integrated with Spotify Api to search and explore new artists.
JSON Web Token (JWT) authentication using Django (backend) and Elm (frontend).
Chrome extension built in Elm that shows the bitcoin value in all Brazilian exchanges.
A kanban board (trello-alike) built with Elm and HTML5 Drag & Drop API
A progressive web app built with Elm version 0.18, using the official Hacker-News API