An open API service indexing awesome lists of open source software.

https://github.com/toburger/tic-tac-toe--fable

Tic-Tac-Toe sample app written in F# and transpiled to javascript via fable.
https://github.com/toburger/tic-tac-toe--fable

fable fsharp tic-tac-toe

Last synced: 3 months ago
JSON representation

Tic-Tac-Toe sample app written in F# and transpiled to javascript via fable.

Awesome Lists containing this project

README

        

## Build and running the app

1. Install npm dependencies: `npm install`
4. Start webpack dev server: `npm start`
5. In your browser, open: http://localhost:1234/

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.

### Implementation examples (in order of their creation, no rating)

* [JavaScript & React](https://github.com/toburger/tic-tac-toe)
* [TypeScript & React](https://github.com/toburger/tic-tac-toe--typescript)
* [F# & Fable & React & Elmish](https://github.com/toburger/tic-tac-toe--fable)
* [elm](https://github.com/toburger/tic-tac-toe--elm)
* [ClojureScript & reagent](https://github.com/toburger/tic-tac-toe--clojure)
* [TypeScript & Vue 3 & Vuex 4](https://github.com/toburger/tic-tac-toe--vue)