Skip to content

elmish/sample-react-todomvc

Repository files navigation

This is a port of TodoMVC in Elm implemented in F# and targeting Fable and React.

The app is live at https://elmish.github.io/sample-react-todomvc.

Building and running the sample

Pre-requisites:

  • .NET Core SDK 6.*
  • 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 fsi build.fsx -t Watch

open localhost:8090