https://github.com/lob/pdf-wrapper-template
A template for the pdf-wrapper interview question
https://github.com/lob/pdf-wrapper-template
Last synced: 2 months ago
JSON representation
A template for the pdf-wrapper interview question
- Host: GitHub
- URL: https://github.com/lob/pdf-wrapper-template
- Owner: lob
- Created: 2023-03-20T15:52:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T23:31:34.000Z (over 2 years ago)
- Last Synced: 2025-03-12T13:42:55.401Z (10 months ago)
- Language: TypeScript
- Size: 14.2 MB
- Stars: 0
- Watchers: 15
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pdf-wrapper-template
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 in dev mode with hot reloading
```
npm run dev
```
Build and Start the compiled JS
```
npm run start
```
Run the unit tests
```
npm run test
```