/elm-persistent-data

(WIP) experimental framework for building Elm apps with user-owned data persistence

Primary LanguageElm

Build Status

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