

In this guide, we will use the NestJS CLI to create your project, however, before we can use it we must first install it by running npm install -g we have the NestJS CLI installed, create a new project by running nest new my-nestjs-app -language JavaScript.

To assist with creating new NestJS projects containing the basic setup needed to start developing an application, NestJS comes with its own CLI tool. The full source code used in this guide can be found in this git repository. In this guide, I will show you how to set up a new JavaScript NestJS project using the Nest CLI and then deploy it on Northflank. It uses modern Javascript, is built with TypeScript and combines elements of object-oriented programming, functional programming, and function reactive programming. NestJS is a free open-source framework for building efficient, scalable Node.js web applications.
