All Projects → halfzebra → elm-spa-example

halfzebra / elm-spa-example

Licence: MIT license
A Single Page Application written in Elm using Create Elm App

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].