Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 444 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 444 Bytes

Build Status

Mice

一个使用 React+Redux+thinkjs 的简单blog系统。

安装

开发阶段(http://localhost:8360)

可以实现react组件、sass不刷新自动更新

npm install
npm start
npm run static (请再开一个cmd执行)

上线

npm install
npm start (pm2 start pm2.json)