Search⌘ K
AI Features

Installing the NestJS CLI

Understand how to install the NestJS CLI globally, verify its installation, and explore basic commands to help create, manage, and build backend applications using the NestJS framework. This lesson prepares you to efficiently start and develop NestJS projects.

NestJS provides a command-line interface (CLI) tool that helps to create, manage, and build NestJS applications. The CLI offers a set of useful commands to create new projects, start our application, and generate modules, controllers, and services.

Prerequisites

Before installing and utilizing the NestJS CLI, confirm if ...