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