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

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

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