This boilerplate was continued from zeit official example.
To use this boilerplate, first clone or download this repo: [https://github.com/johhansantana/nextjs-redux-boilerplate.git].
git clone https://github.com/jsantana90/nextjs-redux-boilerplate.git *your-project-name*
cd into it and run:
npm install
npm run dev
Deploy it to the cloud with now (download)
now
[https://nextjs-redux-boilerplate.now.sh]
Live example uses my other repository [https://github.com/johhansantana/nextjs-express-boilerplate] as api which is deployed in now
as well, go check it out.