DEV Community

Discussion on: How to run Front End and Backend together in React.js and Express.js with 'concurrently' package

Collapse
 
mfurkankaya profile image
Furkan KAYA

Will this "npm start" work on a server? I mean, is it only for developing or will this let the project's front end and back end run on the same host?

Collapse
 
tradecoder profile image
Mamun Abdullah

I've implemented this on the development mode (it can be run on the same host using different ports), and on an active server after the successful deployment of the production/build codes it should run automatically.

Thank you for your comment.