Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 658 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 658 Bytes

A counter demo of Elmish.

This is a port of Elm's counter implemented in F# and targeting Fable and React.

Live sample

The sample is live and you can try it here.

Building and running the sample

Pre-requisites:

  • .NET Core SDK 5.*
  • yarn installed as a global npm or a platform package and available in the path

To build locally and start the webpack-devserver:

  • once: dotnet tool restore
  • dotnet fake build -t Watch

open localhost:8090