This is the simples possible App that I can think of that implements the React framework on top of the Flux architecture.
git clone git@github.com:bengrunfeld/react-flux-simple-app.git
cd react-flux-simple-app
npm install
gulp
- Open up
dist/index.html
in Chrome - Hit
Cmd + Option + j
to bring up the Dev Tools window - Click on the text in the UI and you'll see the log show up in the console.
For any question about Flux, hit me up on Twitter at: @bengrunfeld