# boyi_server **Repository Path**: coder_LT/boyi_server ## Basic Information - **Project Name**: boyi_server - **Description**: boyi的后端代码 使用egg.js开发 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2024-05-27 - **Last Updated**: 2024-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # boyi ## QuickStart see [egg docs][egg] for more detail. ### Development ```bash npm i npm run dev open http://localhost:7001/ ``` ### Deploy ```bash npm start npm stop ``` ### npm scripts - Use `npm run lint` to check code style. - Use `npm test` to run unit test. [egg]: https://eggjs.org