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

https://github.com/darekf77/pdf-in-browser-angular-nodejs

(IN PROGRESS ) example client/server project , 3 ways to handle pdf (set by nodejs server) inside browser
https://github.com/darekf77/pdf-in-browser-angular-nodejs

angular expresjs send-pdf-from-backend-to-frontend

Last synced: 4 months ago
JSON representation

(IN PROGRESS ) example client/server project , 3 ways to handle pdf (set by nodejs server) inside browser

Awesome Lists containing this project

README

          

3 way to handle pdf sended from expressjs

# Installation

## server
```
cd server-express && npm i && npm run start
```

## client
```
cd client-angular && npm i && npm run start # go to http://localhost:4200
```