# imooc-cli-server **Repository Path**: sam9831/imooc-cli-server ## Basic Information - **Project Name**: imooc-cli-server - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-17 - **Last Updated**: 2021-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # imooc-cli 服务端 ## QuickStart imooc-cli 脚手架配套服务端 ### 开发 ```bash $ npm i $ npm run dev $ open http://localhost:7001/ ``` ### 部署 ```bash $ npm start $ npm stop ``` ### 更多功能 - 代码样式 `npm run lint` - 单元测试 `npm test` - 依赖升级 `npm run autod` [egg]: https://eggjs.org