react calculator 源码
指令 npm run start运行开发环境 npm run build打包静态部署文件 npm run deploy至github页面 演示版 项目结构 ├── public │ └── index . html 專案主要html │ ├── src 專案主要資源 │ │ │ ├── components 共用組件 │ │ └── . . . │ │ │ ├── store redux相關資源 │ │ ├── actions . js │ │ ├── actionTypes . js │ │ ├── reducer . js │ │ └── index . js │ │ │ ├── App .