clojj / example-apps

Beginner example apps on Lamdera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Examples

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.

Try it out

Locally with the lamdera binary:

git clone git@github.com:lamdera/example-apps.git
cd example-apps/counter
lamdera reset
lamdera live

Other example apps:

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.

About

Beginner example apps on Lamdera


Languages

Language:Elm 100.0%