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).
(WIP) experimental framework for building Elm apps with user-owned data persistence
Elm
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).