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