Skip to content

elmish/hmr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Maxime Mangel
Dec 22, 2022
63d7eaf · Dec 22, 2022
Nov 6, 2021
Dec 29, 2021
Nov 30, 2020
Sep 29, 2017
Jun 11, 2022
Dec 22, 2022
Dec 22, 2022
Dec 22, 2022
Sep 28, 2017
Nov 8, 2021
Dec 6, 2021
Nov 8, 2021
Apr 26, 2018
Sep 28, 2017
Dec 6, 2021
Dec 6, 2021
Dec 22, 2022
Nov 6, 2021
Dec 29, 2021
Dec 22, 2022
Dec 22, 2022
Dec 22, 2022
Dec 22, 2022
Nov 9, 2018

Repository files navigation

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