Memory Game implementation with Elmish Demo
- Install npm dependencies:
yarn installornpm install - Install dotnet dependencies:
dotnet restore - 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.
