# react_starter **Repository Path**: yuncommunity/react_starter ## Basic Information - **Project Name**: react_starter - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react_starter # 下载代码 ```` $ git clone --depth=1 --branch=master https://gitee.com/yuncommunity/react_starter.git $ rm -rf react_starter/.git ```` 安装依赖 ``` $ cd react_starter $ yarn ``` 启动 ``` $ yarn start ```