# backstageServerEgg **Repository Path**: exchar/backstage-server-egg ## Basic Information - **Project Name**: backstageServerEgg - **Description**: 使用Eggjs开发的后台项目模板,实现基础的通用CRUD+token验证 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-31 - **Last Updated**: 2022-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 通用后台----Egg+Ts版--数据库为mysql [ts-egg](https://news.ycombinator.com/) 点这个可以查看egg-ts ## 运行 ### 开发环境 不要在开发环境使用tsc编译,如果一定要使用,先使用`npm run clean`之后再运行`npm run dev` ### 运行 ```bash $ npm i $ npm run dev ``` yarn: ```bash $ yarn $ yarn run dev ``` ### 脚本命令 - 运行 `npm run lint` 格式化代码校验 - 运行 `npm test` 单元测试 - 运行 `npm run clean` 清楚重复的依赖包 ### 运行环境 - Node.js 8.x - Typescript 2.8+