certd/packages/ui/certd-server
xiaojunnuo 07a45b4530 build: trident-sync prepare 2023-01-29 13:44:19 +08:00
..
db/migration build: trident-sync prepare 2023-01-29 13:44:19 +08:00
src build: trident-sync prepare 2023-01-29 13:44:19 +08:00
test/controller build: trident-sync prepare 2023-01-29 13:44:19 +08:00
.dockerignore build: trident-sync prepare 2023-01-29 13:44:19 +08:00
.editorconfig build: trident-sync prepare 2023-01-29 13:44:19 +08:00
.eslintrc.json build: trident-sync prepare 2023-01-29 13:44:19 +08:00
.gitignore build: trident-sync prepare 2023-01-29 13:44:19 +08:00
.prettierrc.js build: trident-sync prepare 2023-01-29 13:44:19 +08:00
Dockerfile build: trident-sync prepare 2023-01-29 13:44:19 +08:00
LICENSE build: trident-sync prepare 2023-01-29 13:44:19 +08:00
README.md build: trident-sync prepare 2023-01-29 13:44:19 +08:00
README.zh-CN.md build: trident-sync prepare 2023-01-29 13:44:19 +08:00
app.js build: trident-sync prepare 2023-01-29 13:44:19 +08:00
bootstrap.js build: trident-sync prepare 2023-01-29 13:44:19 +08:00
f.yaml build: trident-sync prepare 2023-01-29 13:44:19 +08:00
jest.config.js build: trident-sync prepare 2023-01-29 13:44:19 +08:00
package.json build: trident-sync prepare 2023-01-29 13:44:19 +08:00
tsconfig.json build: trident-sync prepare 2023-01-29 13:44:19 +08:00

README.md

fast-server-js

base on midway

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.