Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example code for nest-cli

Recommend use pnpm

Get Started

Install dependencies:

pnpm install

Run dev

Run dev for src/main.ts:

pnpm dev

Run dev for src/modules/hello/main.ts:

pnpm nest start hello --watch

Run dev for src/modules/foo/main.ts:

pnpm nest start foo --watch

Run build

Build all:

pnpm tsdk --nest build all

Build default:

pnpm tsdk --nest build

Build foo and hello:

pnpm tsdk --nest build foo hello

About

Example repo for nest-cli and tsdk

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages