Skip to content

reflux/refluxjs-todo

Repository files navigation

ReactJS w. RefluxJS TodoMVC Example

A simple library for uni-directional dataflow application architecture inspired by ReactJS Flux

RefluxJS

Implementation

TODO

Running

Install dependencies with bower and npm. You'll first need to have bower and npm installed to do so. Then run the following:

bower install && npm install

This project comes with a grunt task to runs a connect web server and opens up the web browser for you. Just run:

grunt

Credit

This TodoMVC application was created by Mikael Brassman.