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
- Host: GitHub
- URL: https://github.com/darekf77/pdf-in-browser-angular-nodejs
- Owner: darekf77
- Created: 2018-05-25T13:38:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T13:51:28.000Z (almost 2 years ago)
- Last Synced: 2025-10-19T10:56:01.978Z (8 months ago)
- Topics: angular, expresjs, send-pdf-from-backend-to-frontend
- Language: JavaScript
- Homepage:
- Size: 7.97 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```