lydell / elm-watch

`elm make` in watch mode. Fast and reliable.
https://lydell.github.io/elm-watch/
MIT License
153 stars 8 forks source link

HTTP server #65

Open lydell opened 1 year ago

lydell commented 1 year ago

This makes the already existing HTTP server (used for WebSockets) also serve static files. Explained more in the new docs.

This makes elm-watch an alternative to elm-live and elm-go in many situations.

TODO: