delaprada / egg-react-ssr-example

egg+react SSR实践demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

egg-ssr

使用egg.js+react+Sequelize实现简单的CRUD操作。

快速开始

开发

$ npm i
$ npm run dev
$ open http://localhost:7001/

部署

$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.

开发文档

详情见文章: egg.js+react SSR实践

About

egg+react SSR实践demo


Languages

Language:JavaScript 96.3%Language:HTML 3.7%