Answer the question
In order to leave comments, you need to log in
Deploy React.js + Node.js on your server?
Hello! I am doing a project on React.js + Node.js Express. On local I run both the client and the server through Concurrently and proxy all requests from the client to the server.
"scripts": {
"server": "nodemon server.js",
"client": "PORT=4000 npm run start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question