Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dillonkearns/elm-pages-realworld
Realworld implementation with elm-pages v3.
https://github.com/dillonkearns/elm-pages-realworld
conduit elm elm-pages realworld
Last synced: about 1 month ago
JSON representation
Realworld implementation with elm-pages v3.
- Host: GitHub
- URL: https://github.com/dillonkearns/elm-pages-realworld
- Owner: dillonkearns
- License: mit
- Created: 2023-02-17T03:45:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T17:35:21.000Z (about 1 year ago)
- Last Synced: 2024-04-15T02:08:02.651Z (8 months ago)
- Topics: conduit, elm, elm-pages, realworld
- Language: Elm
- Homepage: https://elm-pages-realworld.netlify.app/
- Size: 505 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ![RealWorld Example App](logo.png)
> ### An __elm-spa__ codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API.
![elm-test](https://github.com/ryannhg/elm-spa-realworld/workflows/elm-test/badge.svg?branch=master)
### [Demo](https://elm-pages-realworld.netlify.app/) [RealWorld](https://github.com/gothinkster/realworld)
This codebase was created to demonstrate a fully fledged fullstack application built with **elm-pages** including CRUD operations, authentication, routing, pagination, and more.
We've gone to great lengths to adhere to the **elm-pages** community styleguides & best practices.
For more information on how to this works with other frontends/backends, head over to the [RealWorld](https://github.com/gothinkster/realworld) repo.
# How it works
> This application was built with [elm-pages](https://elm-pages.com), a tool for building full-stack type-safe Elm applications!
# Getting started
```
npm install && npm start
```