MVP application build with Elm
- Clone this repository:
git clone [email protected]:dwyl/app-mvp-elm.git && cd app-mvp-elm
- Install elm-live, see https://github.com/wking-io/elm-live
- Run
elm-live src/Main.elm --pushstate -- --outpute elm.js --optimize
see dwyl/learn-elm#156 - Visit localhost:8000 to see the application