# manage-front **Repository Path**: asbdk/manage-front ## Basic Information - **Project Name**: manage-front - **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-05-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 测试项目 ## 简介 一个简单的后台管理项目。包含增加、修改、删除和查询功能。 使用技术React + AntDesign。 整个项目使用前后端相分离,该项目只包含前端界面的代码,后台服务器的代码在另外一个项目中。 ## 如何启动 dist/index.html是项目的主页面。 启动命令: ``` npm start ```