Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 805 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 805 Bytes

Elmish HTML5 Drag and Drop Demo

Towers of Hanoi

This is a direct port of the Towers of Hanoi example in elm-html5-drag-drop to Fable/Elmish.

Requirements

Building and running the app

  • Install JS dependencies: npm install
  • Install F# dependencies: dotnet restore src
  • Move to src directory 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.