Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 458 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 458 Bytes

react-ssr-36kr

react + koa 的一个ssr案例

文章教程

教程一 教程二

快速启动

npm i

开发环境

npm run dev

访问localhost:8000

生产环境

npm run build
npm start

访问localhost