elm-small-spa
is an single-file SPA example written in Elm, implements
- routing
- port (both JS -> Elm and Elm -> JS),
can be used for educational purpose, or can be used as the first template of your project.
All development environment is built on Docker.
Please install Docker Host in the first.
$ make build
$ make shell
$ make elm
$ make serve
Ctrl+C to stop elm-live.