Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 217 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 217 Bytes

Description

NestJS + ModBus RTU

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod