When i try to run multiple commands in my package json, the command "node api.js" doesn't work. This is the line: "start": "react-scripts start && node api.js", Do you know how to solve it? i have to start in parallel these two.
Nov 1, 2021, 4:20 PM