Create PDFs with HTML and Handlebars with live reload!
Deployed here 🚀
- Clone this repository
- Install Backend dependencies (Node-Express):
npm i(in theserverdirectory) - Install Frontend dependancies (React):
yarn install(in the root directory) - Start the Backend Server:
npm start(in theserverdirectory) - Start the React Local Server:
npm start(in the root directory)