This is an experiment on how use Elm with a file storing values for each environment (e.g. development/staging/production)
This is an experiment on how handle different environments (e.g. development/staging/production) in Elm.
It creates files with different values for each environment and switch between them at run time.
npm install -g elm-live