Real World Elm

August 22, 2015 ยท View on GitHub

This code accompanies a series of blog posts called "Real World Elm" on TruQu's engineering blog.

Prerequisites:

  • Erlang/OTP 18.0, Erlang Solutions provides packages
  • Node.js
  • npm

To build everything:

$ npm install && make deps app rel elm

To start the back-end:

$ ./_rel/blog_code/bin/blog_code start

Vist http://localhost:9999/ to see the code running.