An open API service indexing awesome lists of open source software.

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

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
```