react-mobx-ssr 编译流程 1、安装node 2、安装依赖包 npm install 3、运行服务器: npm run dev:client 客户端 npm run dev:server 服务端 4、打包 npm run build:client 客户端 npm run build:server 服务端 5、浏览器访问 http://localhost:8888/#/ 客户端 http://localhost:3333/#/ 服务端 update ...