I’ll ready to introduce how to setup Angular project with Deno 2.0, now I will explain it works when using NestJS, if you actually know the concept it means you should know how the step should be, but keep in mind it similar to setup Angular project.

Setup NestJS Project

Method 1 ( Via NestJS CLI installed Globally ):

deno install -A -g -n nest --vendor=true npm:@nestjs/cli

nest new helloworld

Method 2:

git clone https://github.com/nestjs/typescript-starter.git helloworld

cd helloworld

deno install

Run the project

deno task start

Leave a Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Cara install XAMPP di Windows

XAMPP adalah tools yang digunakan untuk mengembangkan aplikasi berbasis web menggunakan bahasa pemrograman PHP teknisnya, namun pada dasar…