react-redux git clone https://git.coding.net/zhangml/react-redux.git cd react-redux npm install 启动开发模式: npm start 启动生产模式: npm run prod 使用 Webpack 打包: npm run build