Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elmish/sample-react-todomvc
https://github.com/elmish/sample-react-todomvc
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elmish/sample-react-todomvc
- Owner: elmish
- License: other
- Created: 2017-04-15T19:07:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T12:33:21.000Z (6 months ago)
- Last Synced: 2024-06-17T13:59:26.888Z (6 months ago)
- Language: F#
- Size: 2.95 MB
- Stars: 11
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
This is a port of [TodoMVC in Elm](https://github.com/evancz/elm-todomvc) implemented in F# and targeting Fable and React.
========
The app is live at https://elmish.github.io/sample-react-todomvc.## Building and running the sample
Pre-requisites:
* .NET Core [SDK 6.*](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 fsi build.fsx -t Watch`open [localhost:8090](http://localhost:8090)