Skip to content

Towers of Hanoi as a demonstration of HTML5 Drag and Drop within Fable/ Elmish

Notifications You must be signed in to change notification settings

SCullman/elmish-html5-drag-drop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Towers of Hanoi as a demonstration of HTML5 Drag and Drop within Fable/ Elmish

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages