npm i -g @nestjs/cli
nest new project-name --strict
For now, we recommend following along with NestJS' official documentation. We will revisit this later to take multiple environments into account.
npm i -g @nestjs/cli
nest new project-name --strict
For now, we recommend following along with NestJS' official documentation. We will revisit this later to take multiple environments into account.