Home

Awesome

RealWorld Example App

👉 Richard Feldman gave a talk to explain the principles I used to build this. I highly recommend watching it!

Elm codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API and uses Create Elm App.

Demo    RealWorld

This codebase was created to demonstrate a fully fledged fullstack application built with Elm including CRUD operations, authentication, routing, pagination, and more.

For more information on how this works with other frontends/backends, head over to the RealWorld repo.

How it works

Check out the full writeup!

Getting started

If you don't already have create-elm-app:

npm install -g create-elm-app

Then, to build everything:

elm-app build

See more information in the User Guide for Create Elm App.