Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jecyu/react-ssr-demo


https://github.com/jecyu/react-ssr-demo

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# React SSR Demo 原理实现

## 运行

安装依赖

```sh
npm i
```

启动程序

```sh
npm run build:server # 构建服务端
npm run build:client # 构建客户端
npm run start # 开发运行
```