- Notifications
You must be signed in to change notification settings - Fork98
Next.js + Redux + styled-components + Express = 😇
NotificationsYou must be signed in to change notification settings
CodementorIO/nextjs-redux-starter
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
An opinionated Next.js starter kit with Express, Redux Toolkit, styled-components, and react-testing-library.
Next.js is an awesome and minimalistic framework to make a modern universal react app. However, there're times that we need a bit more features to build a complex SPA. That's why this project is born.
- ▲ Based on latestNext.js
- 🗄 State management withredux-toolkit
- 💅 Styling withstyled-components
- 🐐 Unit testing withreact-testing-library
- 🛀 Linting staged changes onpre-commit withstandard
- ⛑react-helmet,dotenv, and more...
git clone https://github.com/CodementorIO/nextjs-redux-starter my-projectcd my-projectyarn installyarn startThen openhttp://localhost:3100/ to see your app.
Afternpm run build finished, run
yarn serveIf you prefer usingnow, just modifynow.json config.
├── README.md├── next.config.js├── now.json├── package.json├── pages│ ├── _app.js│ ├── _document.js│ ├── about.js│ └── index.js├── public│ └── static├── server│ └── index.js├── src│ ├── components│ ├── config.js│ ├── features│ ├── libs│ ├── store.js│ ├── tests│ │ ├── components│ │ └── test-utils.js│ └── theme.js└── yarn.lockAbout
Next.js + Redux + styled-components + Express = 😇
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.