Skip to content
This repository has been archived by the owner on Aug 27, 2018. It is now read-only.

truqu/real-world-elm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real World Elm

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.