react-isotope icon indicating copy to clipboard operation
react-isotope copied to clipboard

React with Isotope and Flux

Overview

This webapp combines together React, Isotope, and Flux (Alt) so you can see one way of accomplishing this combination of libraries. This example is based on the blog post http://developerblog.redhat.com/2016/01/07/react-js-with-isotope-and-flux

Demo Screen

Local Installation and development

npm install

# In one console
npm run dev-server

# In another console
npm run start-dev

# Navigate to http://localhost:8080

License

MIT (http://www.opensource.org/licenses/mit-license.php)