https://github.com/shy2850/f2e-todomvc
A TodoMVC written with React, Redux and Immutable
https://github.com/shy2850/f2e-todomvc
f2e-server immutable react redux
Last synced: 8 months ago
JSON representation
A TodoMVC written with React, Redux and Immutable
- Host: GitHub
- URL: https://github.com/shy2850/f2e-todomvc
- Owner: shy2850
- License: mit
- Created: 2017-08-03T12:16:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T12:34:03.000Z (about 8 years ago)
- Last Synced: 2025-04-14T00:57:17.647Z (about 1 year ago)
- Topics: f2e-server, immutable, react, redux
- Language: JavaScript
- Homepage: https://shy2850.github.io/f2e-todomvc
- Size: 172 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# redux-todomvc
A TodoMVC written with React, Redux and Immutable
# run
1. `npm i`
2. `npm start`
3. `npm start ts` 使用 typescript 编译 ReactJSX
# view
[https://shy2850.github.io/f2e-todomvc](https://shy2850.github.io/f2e-todomvc/)