/nextjs-redux-boilerplate

simple nextjs with redux boilerplate with separation of concerns to get you started

Primary LanguageJavaScript

Redux example

How to use

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

Or use yarn to install dependencies (recommended).

Deploy it to the cloud with now (download)

now

Live example:

[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.