# StarterAdmin **Repository Path**: jext/StarterAdmin ## Basic Information - **Project Name**: StarterAdmin - **Description**: 基于AntDesign Pro开发的Web管理后台 - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-16 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 后台管理系统 AntDesign Pro https://ant.design/components/icon/ ## 一键部署Web服务 https://gitee.com/jext/StarterDeploy ## 开发调试 ### 依赖环境 Node, npm ### 开发环境 VS Code ## 启动依赖服务 ### 安装Docker - https://docs.docker.com/install/linux/docker-ce/ubuntu/ - https://docs.docker.com/docker-for-windows/install/ ### 拉取镜像 docker-compose pull ### 启动服务 docker-compose up ### 查看日志 docker-compose logs -ft | grep --color -i -e error -e warn -e version -e exception 或者使用sh文件:./logs.sh ### 进入容器 docker exec -it admin_admin_1 bash ### 停止服务 docker-compose down ## 服务信息 | 开发运行环境 | URL:Port | 备注 | | ------------ | -------------------------------------- | :----------------- | | MySQL数据库 | http://localhost:3306, root/root | | | MySQL Admin | http://localhost:3006 | | | Redis缓存 | http://localhost:6379 | | | ActiveMQ消息队列 | http://localhost:8161, admin/admin | | | 管理工具 | URL:Port | 备注 | | ------------ | -------------------------------------- | :----------------- | | API服务检查 | http://localhost:8011/chk | | | Swagger接口文档 | http://localhost:8011/swagger-ui.html | | | 后台管理系统 | http://localhost:8010 | | ![](https://github.com/jextop/StarterAdmin/blob/master/Admin.png) ## apt -y install npm npm install npm start npm run build ## cnpm: http://npm.taobao.org/ npm install -g cnpm --registry=https://registry.npm.taobao.org