| Copyright | (C) 2016-2025 David M. Johnson |
|---|---|
| License | BSD3-style (see the file LICENSE) |
| Maintainer | David M. Johnson <code@dmj.io> |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Miso.Run
Contents
Description
Support for running and live-reloading of miso applications.
Live reload
Entry point for a miso application.
- When compiling with GHC (native), this starts a web server for live reload, using jsaddle.
- When compiling to WASM, this uses jsaddle-wasm.
- When compiling to JS (GHCJS), this is simply
id.