NestJS

Describes the languages, versions, etc. that must be installed in accordance with the framework.

NestJS

  1. NestJS requires Node.js 16.x or higher.
    Node Installation Shortcuts. Node.js →

  2. install the depencensies

    npm install
    
  3. configure the NestJS server

    npm i -g @nestjs/cli
    
  4. run nestjs

    npm run start