Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 433 Bytes

File metadata and controls

14 lines (11 loc) · 433 Bytes

PDF-Express-Middleware

Middleware express using react-pdf to generate PDF files

Project Structure

Core

Core contains the middleware builder and PDF wrapper, as well as the base root context

Prebuilt

Prebuilt contains additional prebuilt middleware that can be used, for example integrating i18Next

Hooks

To set up precommit hooks with husky, run the following
npm install -g husky
npx husky install .husky