分子
一个基于DDD以及Ports and Adapters体系结构的基础项目。
描述
基于框架的项目。
安装
$ npm install
运行应用
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
测试
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test cove