描述
PPM项目全栈
安装
$ npm install -g nrwl/cli
$ npm install
运行应用
# configuration file
$ create .env and copy from .env.development
# DB
$ sudo docker-compose up
# development
$ npm run start
# Back-end run
$ nx serve api
# Front-end run
$ nx serve
# Swager