Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 587 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 587 Bytes

Intro

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.

Run It

  • 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"

Or view it running

http://circuithub.github.io/elm-angular-experiments