# React-Umi-Template **Repository Path**: adengweb/react-umi-template ## Basic Information - **Project Name**: React-Umi-Template - **Description**: React使用Umi的后台基础模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-08-28 - **Last Updated**: 2024-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React-Umi-Template React使用Umi的后台基础模板 ## Environment Prepare Install `node_modules`: ```bash npm install ``` or ```bash yarn ``` ### Start project ```bash npm start ``` ### Build project ```bash npm run build ``` ### Check code style ```bash npm run lint ``` You can also use script to auto fix some lint error: ```bash npm run lint:fix ``` ### Test code ```bash npm test ```