Skip to content

Latest commit

 

History

History
36 lines (34 loc) · 940 Bytes

README.md

File metadata and controls

36 lines (34 loc) · 940 Bytes

Server-Side Rendering

使用

安装依赖

yarn

Client

开发环境:

yarn start

打开http://localhost:3000

构建:

yarn run build:client

Server

构建与运行:

yarn run build
yarn run start:prod

打开http://localhost:8001

链接