Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jecyu/react-ssr-demo
https://github.com/jecyu/react-ssr-demo
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jecyu/react-ssr-demo
- Owner: jecyu
- License: mit
- Created: 2023-09-03T10:02:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-03T10:03:34.000Z (about 1 year ago)
- Last Synced: 2023-09-04T12:49:27.626Z (about 1 year ago)
- Language: TypeScript
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React SSR Demo 原理实现
## 运行
安装依赖
```sh
npm i
```启动程序
```sh
npm run build:server # 构建服务端
npm run build:client # 构建客户端
npm run start # 开发运行
```