Recently I am working on integrating jsreport into my angular application.
I am using jsreport-cli to start jsreport server, and I have my own nodejs server.
And I install jsreport-browser-client-dist so that I can use exported JsReport to render reports.
My issue is in this way, I have to start two servers, but I want to start jsreport server at the same time when I start my nodejs server. But I did not find any detailed documentation. so can anyone help me with this issue ?
Posts made by ShaneLoveMarvel
-
Integrating Jsreport into angular 2+ application