Skip to content

elmish/sample-react-counter

Repository files navigation

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