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.
- Host: GitHub
- URL: https://github.com/toburger/tic-tac-toe--fable
- Owner: toburger
- Created: 2017-05-11T12:54:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T00:16:46.000Z (over 2 years ago)
- Last Synced: 2024-04-15T02:08:57.986Z (about 1 year ago)
- Topics: fable, fsharp, tic-tac-toe
- Language: F#
- Homepage:
- Size: 1.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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)