Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuelsimoes/todomvc-fluxo
An implementation of TodoMVC with Fluxo, Flux and React.js
https://github.com/samuelsimoes/todomvc-fluxo
Last synced: 5 days ago
JSON representation
An implementation of TodoMVC with Fluxo, Flux and React.js
- Host: GitHub
- URL: https://github.com/samuelsimoes/todomvc-fluxo
- Owner: samuelsimoes
- Created: 2015-05-17T00:03:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-12T20:24:40.000Z (over 8 years ago)
- Last Synced: 2024-11-07T21:14:23.570Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#TodoMVC with [Fluxo](https://github.com/fluxo-js/fluxo)
Yes, we can!
##Running
1. `$ npm install`
2. `$ PORT=3005 npm start`
3. Access `http://localhost:3005`_The app uses the webpack dev server, so, if you change any file the browser will make auto refresh._
##Quick briefing...
1. You need know about **[React](https://facebook.github.io/react/)**.
2. You need know about **[Fluxo](https://github.com/fluxo-js/fluxo)**.
3. You need know the **[Fluxo React Connect Stores](https://github.com/fluxo-js/fluxo-react-connect-stores)**.
4. You need know a little about **[React Router](https://github.com/rackt/react-router)**.
5. Everything starts **[here](https://github.com/samuelsimoes/todomvc-fluxo/blob/master/src/app.js#L15-L18)**.##App's architecture
![app's flow](workflow.png)