Download the example or clone the repo:
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-redux-reselect-recompose
cd with-redux-reselect-recompose
Install it and run:
npm install
npm run dev
OR
yarn
yarn dev
Deploy it to the cloud with now (download)
now
This example is based on the great work of with-redux example with the addition of reselect and recompose