# webpack_babel_react **Repository Path**: lesenro/webpack_babel_react ## Basic Information - **Project Name**: webpack_babel_react - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##使用webpack babel react搭建的项目,基本配置 开始请先下载依赖包 ``` npm install ``` 开发运行 ``` npm start ``` 打包 ``` npm run build ```