Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```