Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 420 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 420 Bytes

rxflux

A simple effective Redux style framework using Rx

This is an example of how you might create a simple Flux/Redux style framework using nothing other than RxJS

I am sharing this for educational purposes.

Installation

Switch to use node 5.11.1 or above.

$ nvm use

Install dependencies

$ npm i

Run

Run development mode

$ npm start