https://github.com/wastaz/fable-reactredux-todomvc-sample
A sample todomvc application showing how to use fable-import redux/reactredux-opinionated and reduxthunk
https://github.com/wastaz/fable-reactredux-todomvc-sample
fable react redux sample-app
Last synced: 4 months ago
JSON representation
A sample todomvc application showing how to use fable-import redux/reactredux-opinionated and reduxthunk
- Host: GitHub
- URL: https://github.com/wastaz/fable-reactredux-todomvc-sample
- Owner: wastaz
- License: mit
- Created: 2016-11-11T09:30:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T19:41:54.000Z (over 9 years ago)
- Last Synced: 2025-04-23T03:33:13.629Z (about 1 year ago)
- Topics: fable, react, redux, sample-app
- Language: F#
- Size: 21.5 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fable-reactredux-todomvc-sample
This is a small ugly sample todomvc application showing an example of how to combine
- [fable-react](https://www.npmjs.com/package/fable-react)
- [fable-redux](https://github.com/wastaz/fable-redux)
- [fable-reactredux](https://github.com/wastaz/fable-reactredux)
- [fable-reduxthunk](https://github.com/wastaz/fable-reduxthunk)
## Gettings started
Clone the repository and then run `npm install` in both the `Fable.ReactRedux.TodoMvc` folder and
the `Fable.TodoMvc.Node` folder.
Start the simple todomvc backend by running `fable && node public/bundle.js` in the `Fable.TodoMvc.Node` folder.
This will start a simple express backend on `http://localhost:3000`.
Start the simple todomvc frontend app by going into the `Fable.ReactRedux.TodoMvc` folder and running
`fable && webpack-dev-server`. This will start up webpack-dev-server on `http://localhost:8080`.
Navigate to `http://localhost:8080` and try not to cry at my the lack of any type of visual design. ;)
## License
MIT, feel free to fork and/or send pull requests :)