|
|
il y a 3 ans | |
|---|---|---|
| src | il y a 3 ans | |
| .editorconfig | il y a 3 ans | |
| .eslintrc.js | il y a 3 ans | |
| .gitignore | il y a 3 ans | |
| .prettierrc | il y a 3 ans | |
| README.md | il y a 3 ans | |
| config.json | il y a 3 ans | |
| nest-cli.json | il y a 3 ans | |
| ormconfig.json | il y a 3 ans | |
| package.json | il y a 3 ans | |
| tsconfig.build.json | il y a 3 ans | |
| tsconfig.json | il y a 3 ans | |
| yarn.lock | il y a 3 ans |
Начальная база для быстрого развертывания бэка на NestJS
$ yarn install
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod