Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 490 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 490 Bytes

Live HTML to PDF

Create PDFs with HTML and Handlebars with live reload!

Usage

Deployed here 🚀

Usage (Locally)

  • Clone this repository
  • Install Backend dependencies (Node-Express): npm i (in the server directory)
  • Install Frontend dependancies (React): yarn install (in the root directory)
  • Start the Backend Server: npm start (in the server directory)
  • Start the React Local Server: npm start (in the root directory)