Elm <> backend demo
A toy Elm app that makes requests to a node.js server. It includes basic routing, responsive UI (using Bulma), serialization to and from JSON, and interop with JavaScript.
$ git clone git@github.com:dkodaj/crud.git
$ cd crud
$ npm install
$ node crud.js
Then navigate to localhost:3000.