Skip to content
True cost of purchases http://elbenshira.com/p/true-cost
Elm CSS HTML
Find file
New pull request
Latest commit 6fbd050 @elben Link to source.
Failed to load latest commit information.
css Betta style.
.gitignore Add elm-package.json
LICENSE License.
Main.elm Link to source.
README.md License.
elm-package.json License.
index.html Use Fira Sans.

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.