Skip to content

samuelsimoes/todomvc-fluxo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#TodoMVC with 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.
  2. You need know about Fluxo.
  3. You need know the Fluxo React Connect Stores.
  4. You need know a little about React Router.
  5. Everything starts here.

##App's architecture app's flow

About

An implementation of TodoMVC with Fluxo, Flux and React.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published