Skip to content

Next.js redux boilerplate using redux, react-redux, redux-thunk, next-redux-wrapper and redux-devtools-extension

License

Notifications You must be signed in to change notification settings

devmahmud/nextjs-redux-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js redux boilerplate using redux, react-redux, redux-thunk, next-redux-wrapper and redux-devtools-extension

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Project Structure

├── pages
│   ├── _app.js
│   └── index.js
└── store
    ├── actions
    │   └── postAction.js
    ├── reducers
    │   ├── index.js
    │   └── postReducer.js
    ├── store.js
    └── types.js

About

Next.js redux boilerplate using redux, react-redux, redux-thunk, next-redux-wrapper and redux-devtools-extension

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published