Home

Awesome

REDUXIBLE EXAMPLE

Build Status

This is the example of the Reduxible. It contains counter and todo list sample that built with Reduxible. (React, Redux, and other things that related with them.) Many codes in this example are based on react-redux-universal-hot-example.

You can check on this example

Other Examples

How to run this

npm install
npm run dev
or
npm run prod
open http://localhost:8080

Running Example on the Heroku