Skip to content

yussan/next-redux-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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