# TadpoleAntDesignPro **Repository Path**: TadpoleStack/tadpole-ant-design-pro ## Basic Information - **Project Name**: TadpoleAntDesignPro - **Description**: 个人博客后台管理平台 (React+AntDesign +Umi+Dva项目 ) - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://react.chensiyang.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-25 - **Last Updated**: 2023-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: 个人博客, React ## README # Tadpole Ant Design Pro Tadpole Ant Design Pro ## Environment Prepare Install `node_modules`: ```bash npm install ``` ## Description self-blog(miniProgram:'你的代码写的真棒') management platform. ### 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 ```