DEV Community

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

Collapse
 
jstewart8053 profile image
jstewart8053

Sorry if this is a bad question, but what if you are running in production? Do you do npm build on the front end and backend, if they are in two seperate repos? I'm working on a project where the front end and back end have there own repo but are under the same folder. I'm unsure of where to do npm run build at.

Collapse
 
vineyrawat profile image
Viney Rawat

This is for development only don't use it in production