Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lincenying/next-redux-demo
next.js + redux + redux-thunk + express demo
https://github.com/lincenying/next-redux-demo
Last synced: 9 days ago
JSON representation
next.js + redux + redux-thunk + express demo
- Host: GitHub
- URL: https://github.com/lincenying/next-redux-demo
- Owner: lincenying
- License: mit
- Archived: true
- Created: 2018-02-22T15:01:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T16:24:15.000Z (over 3 years ago)
- Last Synced: 2024-08-01T13:31:31.431Z (3 months ago)
- Language: JavaScript
- Size: 718 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# next-demo
next.js + redux + redux-thunk + express demo
development server:
```sh
yarn serve
```
or
```sh
npm run serve
```production build:
```sh
yarn build
```
or
```sh
npm run build
```