Elm <> backend demo
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Elm
public
crud.js
fakedb.js
package.json
readme.md

readme.md

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.