Skip to content

halfzebra/elm-spa-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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.

About

A Single Page Application written in Elm using Create Elm App

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elm 98.7%
  • Other 1.3%