Skip to content

Latest commit

 

History

History
 
 

node-webapp-pdf

Node Web Application

This project show an implementation of PDF generation

Prerequisites

  • Node.js 10+
  • Yarn or NPM

Installation

  • Install dependencies
yarn install
  • Create application configuration
cp .env.example .env
nano .env
  • Start Application
yarn start

The application will be launched by Nodemon. It will restart automatically on file change