Experiments with getting Elm and AngularJS to work together. Easily embedding an Elm widget in AngulaJS that has AngularJS widgets embedded in it, with both Elm and AngularJS effecting each other, and only using Elm ports and trying to follow the Elm architecture.
- Install bower
- Install Elm
- Install coffee script
- run "bower install"
- run "elm-package install"
- run "./make.sh"
- run "elm-reactor"
- browse to "http://localhost:8000/index.html"