https://github.com/haskell-miso/miso-router
🌐 A client-side routing example in miso
https://github.com/haskell-miso/miso-router
haskell miso
Last synced: 4 months ago
JSON representation
🌐 A client-side routing example in miso
- Host: GitHub
- URL: https://github.com/haskell-miso/miso-router
- Owner: haskell-miso
- Created: 2025-07-26T14:16:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-25T02:06:46.000Z (5 months ago)
- Last Synced: 2025-08-25T05:40:28.589Z (5 months ago)
- Topics: haskell, miso
- Language: Haskell
- Homepage: https://router.haskell-miso.org/
- Size: 23.4 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :ramen: 🌎 miso-router
## Build and run
Install [Nix Flakes](https://nixos.wiki/wiki/Flakes), then:
```
nix develop .#wasm
make
make serve
```