Skip to content

alexboring/elm-spa-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages

  • Elm 98.5%
  • HTML 1.3%
  • Makefile 0.2%