Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elmish/sample-react-counter
Live sample
https://github.com/elmish/sample-react-counter
Last synced: about 2 months ago
JSON representation
Live sample
- Host: GitHub
- URL: https://github.com/elmish/sample-react-counter
- Owner: elmish
- License: other
- Created: 2017-04-15T19:14:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T07:52:34.000Z (6 months ago)
- Last Synced: 2024-06-20T20:24:44.284Z (6 months ago)
- Language: F#
- Homepage: https://elmish.github.io/sample-react-counter
- Size: 2.49 MB
- Stars: 6
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
A counter demo of [Elmish](https://github.com/fable-compiler/fable-elmish).
========This is a port of Elm's counter implemented in F# and targeting Fable and React.
## Live sample
The sample is live and you can try it [here](https://fable-elmish.github.io/sample-react-counter).## Building and running the sample
Pre-requisites:
* .NET Core [SDK 5.*](https://docs.microsoft.com/en-us/dotnet/core/install/sdk)
* `yarn` installed as a global `npm` or a platform package and available in the pathTo build locally and start the webpack-devserver:
* once: `dotnet tool restore`
* `dotnet fake build -t Watch`open [localhost:8090](http://localhost:8090)