Skip to content

yandongxu/nestjs-dynamic-module-example

Repository files navigation

NestJS dynamic module example

Description

How to write dynamic modules in NestJS.

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

About

How to write dynamic modules in NestJS.

Topics

Resources

Stars

Watchers

Forks