Skip to content

Latest commit

 

History

History
 
 

node-docker-compose

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

  • Run the application with Docker
docker-compose build

docker-compose up