python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
package an electron app which uses json-server with concurrently
I have built a react application which uses json-server as a fake api backend. I want to package this app with electron.js as a windows application. I was able to use concurrently in the start script ...

Ali Naji
Votes: 0
Answers: 0
"concurrently" not working for parent directory client reactjs server
"concurrently" not working for parent directory client reactjs server.
concurrently commands are:
"scripts": {
"client": "cd ../ --prefix client && npm r...
Pradeep
Votes: 0
Answers: 1