hmr
hmr copied to clipboard
Hot Module Replacement for Elmish apps
Elmish-HMR: Hot Module Replacement integration for elmish applications.
For more information see the docs.
Installation
paket add nuget Fable.Elmish.HMR
Demo

Development
This repository use NPM scripts to control the build system here is a list of the main scripts available:
| Script | Description |
|---|---|
npm run tests:watch |
To use when working on the tests suits |
npm run docs:watch |
To use when working on the documentation, hosted on http://localhost:8080 |
npm run docs:publish |
Build a new version of the documentation and publish it to Github Pages |
npm run release |
Build a new version of the packages if needed and release it |