A very hacky demo using node with react-pdf to generate pdfs.
- FROM - The os used. Common is alpine, debian, ubuntu
- ENV - Environment variables
- RUN - Run commands/shell scripts, etc
- EXPOSE - Ports to expose
- CMD - Final command run when you launch a new container from image
- WORKDIR - Sets working directory (also could use 'RUN cd /some/path')
- COPY # Copies files from host to container
yarn example
yarn example -- fractals
yarn example -- images
yarn example -- knobs
yarn example -- mediaQueries
yarn example -- pageWrap
yarn example -- resume
yarn example -- text
- Setup CRA, CNA and RN apps
- Using pdfviewer to preview pdfs before downloading them.
- Using Debugging
- PDFDownloadLink Component