文件名称:slash-express-restful
文件大小:13.9MB
文件格式:ZIP
更新时间:2024-05-21 03:00:37
JavaScript
安装依赖项: yarn 设置环境变量: cp .env.example .env 本地运行 yarn dev 在生产中运行 yarn start 皮棉 # lint code with ESLint yarn lint # try to fix ESLint errors yarn lint:fix # lint and watch for changes yarn lint:watch 测试 # run all tests with Mocha yarn test # run unit tests yarn test:unit # run integration tests yarn test:integration # run all tests and watch for changes yarn test:watch # open nyc test coverage repo