Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avh4/elm-persistent-data
(WIP) experimental framework for building Elm apps with user-owned data persistence
https://github.com/avh4/elm-persistent-data
Last synced: 8 days ago
JSON representation
(WIP) experimental framework for building Elm apps with user-owned data persistence
- Host: GitHub
- URL: https://github.com/avh4/elm-persistent-data
- Owner: avh4
- Created: 2017-01-05T06:23:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-22T05:03:19.000Z (over 3 years ago)
- Last Synced: 2024-10-27T12:07:08.097Z (about 2 months ago)
- Language: Elm
- Homepage:
- Size: 299 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/avh4/elm-persistent-data.svg?branch=master)](https://travis-ci.org/avh4/elm-persistent-data)
## Running the demo
Compile everything: `./check.sh`
Run the server: `cd example-server; npm install; node server.js`
Go to http://localhost:8080 to see the app (source is in `examples/TestAppWithCache.elm`).