Skip to content
True cost of purchases http://elbenshira.com/p/true-cost
Elm CSS HTML
Find file
New pull request
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
css
.gitignore
LICENSE
Main.elm
README.md
elm-package.json
index.html

README.md

True Cost

Development

First, install Elm.

elm repl
import Main exposing (..)

And then open index.html to see it in action!

A good way to test on a phone is to use ngrok:

cd ~/code/true-cost
python -m SimpleHTTPServer 8005

ngrok http 8005

Compiling

elm make Main.elm --output truecost.js
open index.html

Notes

Something went wrong with that request. Please try again.