Web-based tic-tac-toe game written in F# and transpiled to JavaScript using Fable. Based on Enterprise Tic-Tac-Toe.
- Install npm dependencies:
npm install
- Install dotnet dependencies:
dotnet restore
- Start Fable server and Webpack dev server:
dotnet fable npm-run 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.
NOTE: In Windows you may have to press Ctrl+C twice to kill both Webpack and Fable processes.