$ yarn install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
- APP_ENV, example
development
- PORT, example
3837
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
## License
Nest is [MIT licensed](LICENSE).