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

https://github.com/kevinadhiguna/react-node-pdf-generator

A PDF generator created using ReactJS and NodeJS.
https://github.com/kevinadhiguna/react-node-pdf-generator

nodejs pdf-generator react

Last synced: 3 months ago
JSON representation

A PDF generator created using ReactJS and NodeJS.

Awesome Lists containing this project

README

        

# React-Node PDF Generator

A PDF generator created using ReactJS and NodeJS.


## Demo

This is how this app and the generated PDF file looks :


## How to Run :

1) Install dependencies both in client directory :
```
cd client && npm install
# or
cd client && yarn install
```

2) Install dependencies both in server directory :
```
cd server && npm install
# or
cd server && yarn install
```

3) Run server :
```
cd server && npm dev
# or
cd server && yarn dev
```

4) Run client :
```
cd client && npm start
# or
cd client && yarn start
```

5) The app will be running on `localhost:3000` (client) and `localhost:5000` (server)!


## Reference

- [How to Create PDFs With Node JS and React by JavaScript Mastery](https://youtu.be/bt1tOhUYxvM)


![Hello !](https://api.visitorbadge.io/api/VisitorHit?user=kevinadhiguna&repo=react-node-pdf-generator&label=thanks%20for%20dropping%20in%20!&labelColor=%23000000&countColor=%23FFFFFF)