Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

truqu/real-world-elm

null

truqu/real-world-elm.json
{
"createdAt": "2015-08-03T22:21:46Z",
"defaultBranch": "master",
"description": null,
"fullName": "truqu/real-world-elm",
"homepage": null,
"language": "Erlang",
"name": "real-world-elm",
"pushedAt": "2015-10-20T20:01:05Z",
"stargazersCount": 37,
"topics": [],
"updatedAt": "2023-01-28T20:08:43Z",
"url": "https://github.com/truqu/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.