Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

elmish/sample-react-memory-game

Repository files navigation

Memory Game implementation with Elmish Demo

memory-game.gif

Build and running the app

  1. Install npm dependencies: yarn install or npm install
  2. Install dotnet dependencies: dotnet restore
  3. In one shell, start Fable daemon: cd src && dotnet fable start
  4. In another shell, Start Webpack dev server: npm start
  5. In your browser, open: http://localhost:8080/

Any modification you do to the F# code will be reflected in the web page after saving.