Skip to content

golubvladimir/nestjs-puppeteer-generate-pdf

Repository files navigation

NestJS generate PDF by Puppeteer and Handlebars

Description

Generate PDF documents by Puppeteer and using handlebars templates.

Packages

NestJS

Handlebars

Puppeteer

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod