/crossreact

A simple example combining react, flux and crossfilter

Primary LanguageJavaScript

TMB (Too many buzzwords)

This is an simple example for use crossfilter and React in an flux environment with alt, all of them builded with webpack.

You can view the experiment runing in a block.

Install

To install simply run:

npm install
bower install

Development

The package.json file is configured to run webpack-dev-server in watch mode. Any changes will reload the browser (you need to have installed in your computer webpack and webpack-dev-server)

npm run dev

Deploy:

You just need run:

npm run deploy

and point your browser to /dist directory.