Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 312 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 312 Bytes

react-pdf-example

A simple example of rendering PDF with REACT

It uses react-pdf library https://react-pdf.org/

It's possible to use a node.js server responsible just to generating and serve PDF reports using this library and express.

Install dependencies

Yarn install

Run the application

Yarn start