By the way, this is a real server which is deployed for the project ts-react-webpack, and there it is https://starter.jackple.com/ 😁😁😁
$ npm i
# development
$ npm run start
# watch mode
$ npm run start:dev
# debug with vscode mode
$ npm run start:debug
# production mode
npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
$ pm2 start npm -- start