Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 841 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 841 Bytes

next-redux-skeleton

next redux skeleton

Skeleton project of Next and Redux

Prerequisite

  • Node JS : v12.19.0
  • NPM : 6.14.8

Commands

Instalation (First Time Only)

npm install

Run on Development

npm run dev

Apps will run on port 20203

Build and Run on Production

npm run build && npm run start

REDUX Access

Using react-redux for packaging, you are free to use your favorite redux middleware, just add it according to the documentation below.

Middlewares Setup your custom middleware on ./redux/store

Dependencies