elmish / hmr

Hot Module Replacement for Elmish apps
https://elmish.github.io/hmr
Other
28 stars 8 forks source link

Elmish-HMR: Hot Module Replacement integration for elmish applications.

NuGet version

For more information see the docs.

Installation

paket add nuget Fable.Elmish.HMR

Demo

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