react_start 后台管理系统
- react_start 基于
react-router4
、redux
This project was bootstrapped with Create React App.
Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.
├── build # 项目打包输出目录
│ └── ...
├── config # 配置文件
│ └── ...
├── public
│ ├── favicon.ico
│ └── index.html
├── scripts # 打包开发脚本
│ ├── build.js
│ └── start.js
├── src # 源码
│ ├── assets # 项目资源
│ │ └── ...
│ ├── components # 组件
│ │ └── ...
│ ├── pages # 页面容器
│ │ └── ...
│ ├── redux # redux
│ │ ├── create.js # 初始化store
│ │ ├── reducers.js # 所有reducer
│ │ └── models # actions
│ │ └── ...
│ ├── theme # 主题
│ │ └── ...
│ │── utils # 其他工具类
│ │ └── ...
│ ├── index.js # webpack打包入口文件
│ └── Main.js # 组件入口
├── package.json # 项目信息
└── README.md # README.md
安装依赖:
npm install
开发:
npm start
构建:
npm run build
测试服务器
服务器:
目录:
线上地址:
正式服务器
服务器:
目录:
线上地址: