I want to run both react and node on single server because i don't want to start it together. like when i run npm start both will be run because i want to run project using electronjs.
I tried to run command npm start client.js server.js
but it didn't work