Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`).