truqu/real-world-elm
null
{ "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"}Real World Elm
Section titled “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 elmTo start the back-end:
$ ./_rel/blog_code/bin/blog_code startVist http://localhost:9999/ to see the code running.