- swaggerUI: http://localhost:7001/swagger-ui.html
- swaggerJson: http://localhost:7001/swagger-doc
# install dependencies
$ yarn
# serve at localhost:7001
$ yarn dev
$ npm start
$ npm stop- Use
npm run lintto check code style. - Use
npm testto run unit test. - Use
npm run autodto auto detect dependencies upgrade, see autod for more detail.