Skip to content
This repository has been archived by the owner on Jul 18, 2018. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 780 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 780 Bytes

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

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.