/elm-spa-example

A Single Page Application written in Elm

Primary LanguageElmMIT LicenseMIT

RealWorld Example App

👉 I gave a talk, Scaling Elm Apps, 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.

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

I set this up with make to show that you can make a SPA in Elm with any build tool you like! It takes very little configuration.

To build production assets (including minification):

make

To build local development (including the time-traveling debugger)

make dev