/fable3-samples

Nagareyama (Fable 3) samples

Primary LanguageF#

Elmish TODO

Elmish TODO app from the great Elmish Book by Zaid Ajaj, compiled with Nagareyama (Fable 3).

Intentionally, this example contains the minimal set of files you need to get up and running. It assumes you have dotnet sdk, nodejs and Parcel installed globally.

After cloning, this is what you need to start up a server http://localhost:1234 that will automatically refresh on code changes.

dotnet tool restore
dotnet fable watch src --run parcel index.html

Have fun!