Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elmish/sample-react-todomvc


https://github.com/elmish/sample-react-todomvc

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

This is a port of [TodoMVC in Elm](https://github.com/evancz/elm-todomvc) 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.*](https://docs.microsoft.com/en-us/dotnet/core/install/sdk)
* `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](http://localhost:8090)