certd/packages/ui/certd-server
xiaojunnuo 3f21a49988 chore: 2024-09-26 15:15:17 +08:00
..
db
public
src chore: 2024-09-26 15:15:17 +08:00
test/controller
tools
.dockerignore perf: 优化内存占用 2024-08-28 14:40:50 +08:00
.editorconfig
.env.development.yaml chore: 1 2024-09-25 09:49:34 +08:00
.env.pgdev.yaml
.env.preview.yaml
.env.production.yaml chore: 2024-09-24 02:42:08 +08:00
.eslintrc.json
.gitattributes
.gitignore perf: 优化内存占用 2024-08-28 14:40:50 +08:00
.mocharc.json
.npmrc
.prettierrc
.prettierrc.cjs
CHANGELOG.md v1.25.5 2024-09-26 14:27:04 +08:00
LICENSE
README.md
README.zh-CN.md
app.js
before-build.js
bootstrap.js
f.yaml
jest.config.js
package.json v1.25.5 2024-09-26 14:27:04 +08:00
tsconfig.json

README.md

my_midway_project

QuickStart

see midway docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.