Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weivea/custom-server-dynomic-redux-thunk-typescript
next-custom-server-dynomic-redux-thunk-typescript
https://github.com/weivea/custom-server-dynomic-redux-thunk-typescript
Last synced: about 9 hours ago
JSON representation
next-custom-server-dynomic-redux-thunk-typescript
- Host: GitHub
- URL: https://github.com/weivea/custom-server-dynomic-redux-thunk-typescript
- Owner: weivea
- Created: 2020-03-15T09:25:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:05:47.000Z (almost 2 years ago)
- Last Synced: 2024-03-19T12:31:59.692Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# custom-server-dynomic-redux-thunk-typescript for next.js
基于next.js框架的项目demo
next+
redux (redux-thunk) (动态)
+
express
+
typscript(可选)
## custom-server
express
## Install it and run:
```bash
npm install
npm run dev
# or
yarn
yarn dev
```## debug server
```bash
npm run debug
```