Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.13 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.13 KB

DoubleShot logo


Nestjs microservices template

This is a nestjs microservices template powered by DoubleShot.

Features

How to use

It is recommended to use pnpm as the default package manager.

  • Install dependencies first:

    pnpm install
  • Run in development mode:

    pnpm dev
  • Build for single service:

    pnpm build
  • Build for deployment:

    pnpm build:deploy