# react-cli **Repository Path**: code-html/react-cli ## Basic Information - **Project Name**: react-cli - **Description**: webpack5搭建一个简易的react脚手架项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-05-08 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-cli #### 介绍 webpack5 搭建一个简易的 react 脚手架项目 #### 安装教程 npm i //安装依赖 #### 使用说明 npm run dev //开启本地服务 npm run build // 打包文件