Skip to content

pdamoc/elm-conduit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm RealWorld Example App

Introduction

This repository aims to explore a way to structure Single Page Apps in Elm.

elm-conduit contains a real world example (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

Demo     RealWorld

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

Getting started

To do the initial setup:

yarn install

For development:

yarn start

For deployment:

yarn build
cd docs 
elm-reactor

and then open index.html.