# react-demo **Repository Path**: lglcode/react-demo ## Basic Information - **Project Name**: react-demo - **Description**: react学习交流项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-12-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## React-redux-webpack@4 * Bale 'webpack@4 + babel' * Eslint 'airbnb + babel-eslint' * Ui 'react@16 + antd + styled-components' * Router 'react-router-dom@4 + history@4' * Xhr 'axios' * Handle state 'redux + redux-thunk + reselect' * Other library '...' ### Version ```html node 8.0+(v8.11.1) npm 5.0+(v5.6.0) ``` ### Dos development 1. Run 'yarn' 2. Run 'yarn start' ### Dos production * Run 'yarn build' * OR * Run 'yarn build:(any)' ### Project structure ```html |--build webpack配置 |--config 覆盖antd主题 |--public 此文件下其他资源会copy |--src 源文件 |--assets 静态资源 |--components Only common & Layout |--constants 常量 |--pages Container |--redux |--actions |--actionTypes |--reducer |--relectors |--store.jsx |--services 服务api |--utils 工具 |--index.jsx 入口 |--router.js 顶层路由 |--.env-cmdrc Base url config ```