Skip to content
Advertisement

How to run node server and java server in same command line in package.json start

I need to run :

JavaScript

And :

JavaScript

I tried :

JavaScript

Or

JavaScript

But in both case the java server is not running when I ask it in the node applicaition. But if I run both commande in 2 differents console. There is no problem. Thank you

Edit: I try to do it in the npm start

Advertisement

Answer

Ok so I found a way to do it : My package.json:

JavaScript

},

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement