This is a direct port of the Towers of Hanoi example in elm-html5-drag-drop to Fable/Elmish.
- dotnet SDK 2.0 or higher
- node.js with npm
- Install JS dependencies:
npm install - Install F# dependencies:
dotnet restore src - Move to
srcdirectory to start Fable and Webpack dev server:dotnet fable webpack-dev-server - After the first compilation is finished, in your browser open: http://localhost:8080/
Any modification you do to the F# code will be reflected in the web page after saving.