Skip to content

Files

Latest commit

408612c · Feb 7, 2020

History

History
This branch is 207 commits behind bpampuch/pdfmake:master.

dev-playground

Dev Playground

Start from pdfmake ROOT directory with nodemon if you want server to restart with every change you make in pdfmake/src:

cd dev-playground
npm install # or: yarn
npm install -g nodemon
cd ..
nodemon ./dev-playground/server.js