Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Next.js + Redux + styled-components + Express = 😇

NotificationsYou must be signed in to change notification settings

CodementorIO/nextjs-redux-starter

Repository files navigation

An opinionated Next.js starter kit with Express, Redux Toolkit, styled-components, and react-testing-library.

Build StatusJavaScript Style GuideGreenkeeper badge

About

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.

Features

Getting started

git clone https://github.com/CodementorIO/nextjs-redux-starter my-projectcd my-projectyarn installyarn start

Then openhttp://localhost:3100/ to see your app.

Deployment

Afternpm run build finished, run

yarn serve

If you prefer usingnow, just modifynow.json config.

Structure overview

├── 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.lock

About

Next.js + Redux + styled-components + Express = 😇

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp