https://github.com/lob/pdf-wrapper-template-js
A PDF Wrapper template in JS
https://github.com/lob/pdf-wrapper-template-js
Last synced: 3 months ago
JSON representation
A PDF Wrapper template in JS
- Host: GitHub
- URL: https://github.com/lob/pdf-wrapper-template-js
- Owner: lob
- Created: 2023-05-26T15:24:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T22:25:27.000Z (about 2 years ago)
- Last Synced: 2025-01-19T07:12:15.119Z (5 months ago)
- Language: JavaScript
- Size: 7.97 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pdf-wrapper-template-js
A template for creating a pdf wrapper.
This template serves as an example for how you can structure your code. Feel free to modify or restructure it as suites your needs.
## Scripts
Start the app
```
npm run start
```Run the unit tests
```
npm run test
```