pnaylor / elm-spa-example

A Single Page Application written in Elm using Create Elm App

Home Page:https://dev.to/rtfeldman/tour-of-an-open-source-elm-spa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://dev.to/rtfeldman/tour-of-an-open-source-elm-spa

License:MIT License


Languages

Language:Elm 98.7%Language:HTML 0.8%Language:JavaScript 0.5%