Skeleton project of Next and Redux
- Node JS : v12.19.0
- NPM : 6.14.8
npm install
npm run dev
Apps will run on port 20203
npm run build && npm run start
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
- NextJS : https://nextjs.org/
- Redux : https://redux.js.org/
- React : https://reactjs.org/
- next-iron-session : https://github.com/vvo/next-iron-session