# webpack-react-web **Repository Path**: mirrors_singod/webpack-react-web ## Basic Information - **Project Name**: webpack-react-web - **Description**: webpack4.x 搭建react开发环境 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 启动 * npm i * 开发环境 npm start * 生产环境 npm run build * 代码检测 nup run lint