# Blog_Frontend_Mangement **Repository Path**: Lyseney/Blog_Frontend_Mangement ## Basic Information - **Project Name**: Blog_Frontend_Mangement - **Description**: 博客前台管理, 基于React/ReactRouter/Redux - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 博客系统 > react/react route/redux > SpringBoot/Redis/Mysql ### yarn 启动 `yarn install` `yarn start` ### docker 启动 `docker build . -t blog:1.0` `docker run -p 8081:8081 blog:1.0`