# egg-admin **Repository Path**: guobaxiong/egg-admin ## Basic Information - **Project Name**: egg-admin - **Description**: 这个是我后台项目的定时服务、微博、websocket、推送服务等功能,登录和博客文章管理部分是走的egg-backend - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: 脚本 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2023-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # egg-admin 后台服务 ## 快速启动 查看 [egg docs][egg] 详情. ### 开发 ```bash $ npm i $ npm run dev $ open http://localhost:7001/ ``` ### 部署 ```bash $ npm start $ npm stop ``` [egg]: https://eggjs.org