https://github.com/zamotany/redux-observable-todo-mvc
https://github.com/zamotany/redux-observable-todo-mvc
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zamotany/redux-observable-todo-mvc
- Owner: zamotany
- Created: 2017-04-17T18:19:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T07:25:08.000Z (almost 8 years ago)
- Last Synced: 2025-04-06T22:11:12.800Z (about 1 month ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# redux-observable-todo-mvc
- [React](https://github.com/facebook/react)
- [Redux](https://github.com/reactjs/redux)
- [RxJS](https://github.com/ReactiveX/rxjs)
- [redux-observable](https://github.com/redux-observable/redux-observable)The following project uses modular redux pattern, which is slightly modified version of https://github.com/erikras/ducks-modular-redux
## How to run
1. Navigate to project and run `yarn` or `npm i`
2. Run `yarn run api` or `npm run api`
3. In new tab run `yarn start` or `npm start`Tasks will be saved into `db.json` file.
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).