Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 730 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 730 Bytes

pdf-as-a-service

CI Status

Demo app showing how puppeteer can be used server-side to generate beautiful pdf, straight up using HTML and CSS.

Uses express-web-app to build the web app

Setup

$ git clone git@github.com:dhruv-m-patel/pdf-as-a-service.git
$ cd pdf-as-a-service
$ npm install
$ npm run build
$ npm start

Visit http://localhost:3000 in browser

Tools