Fifteen Puzzle with Elmish Demo
- Install npm dependencies:
yarn install
ornpm install
- Install dotnet dependencies:
.paket/paket.exe install
- In one shell, start fable daemon:
cd src && dotnet fable start
- In another shell, start Webpack dev server:
npm start
- In your browser, open: http://localhost:8080/
Any modification you do to the F# code will be reflected in the web page after saving.