Skip to content

elmish/sample-react-todomvc

Folders and files

NameName
Last commit message
Last commit date
Sep 14, 2023
Sep 14, 2023
Dec 21, 2022
Dec 1, 2016
Nov 28, 2021
Oct 23, 2018
Sep 14, 2023
Sep 14, 2023
Dec 21, 2022
Aug 30, 2024
Nov 28, 2021
Nov 18, 2024

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