These small apps are a basic starting point for folks who would prefer to learn by reading code.
Check out the Lamdera quick overview for the basic concepts.
– counter (115 lines of code)
The classic Elm counter example converted to a networked multi-user counter app.
– chat (180 lines of code)
A simple single-room multi-user chat app including UI.
Locally with the lamdera
binary:
git clone [email protected]:lamdera/example-apps.git
cd example-apps/counter
lamdera reset
lamdera live
Lamdera Realworld (2926 lines of code)
A full frontend+backend Realworld app implementation using Lamdera primitives, extended from the frontend-only elm-spa Realworld app.