elmish / sample-react-todomvc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Other


Languages

Language:F# 80.1%Language:JavaScript 18.1%Language:HTML 1.8%