An open API service indexing awesome lists of open source software.

https://github.com/pdamoc/elm-conduit

RealWorld/Conduit Elm implementation
https://github.com/pdamoc/elm-conduit

elm realworld spa

Last synced: 6 months ago
JSON representation

RealWorld/Conduit Elm implementation

Awesome Lists containing this project

README

          

# ![Elm RealWorld Example App](logo.png)

# 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](https://github.com/gothinkster/realworld-example-apps) spec and API.

### [Demo](http://pdamoc.github.io/elm-conduit)     [RealWorld](https://github.com/gothinkster/realworld)

For more information on how to this works with other frontends/backends, head over to the [RealWorld](https://github.com/gothinkster/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](http://localhost:8000/index.html).