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
- Host: GitHub
- URL: https://github.com/pdamoc/elm-conduit
- Owner: pdamoc
- License: mit
- Created: 2017-05-02T12:11:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-06T06:45:57.000Z (over 8 years ago)
- Last Synced: 2025-03-29T14:35:06.906Z (7 months ago)
- Topics: elm, realworld, spa
- Language: Elm
- Homepage: http://pdamoc.github.io/elm-conduit
- Size: 320 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 
# 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-reactorand then open [index.html](http://localhost:8000/index.html).