DEV Community

Discussion on: Running React and Node.js in one shot with concurrently!

Collapse
 
iameddieyayaya profile image
Eddie Gomez

I was just wondering what common practice is. And, how to set it up if you were only using a single package.json.
I'm working on a project with a buddy; They prefer not to use create react app. Because it's "bloated".

All examples i've seen have like you said Frontend and Backend decoupled from each other.

Thanks for the reply!

Thread Thread
 
numtostr profile image
Vikas Raj • Edited

IMO, create-react-app is not bloated. It's a production ready environment. But, thats a whole another discussion.

And, most developers prefers a decoupled setup. If you want a decoupled setup, then just look into yarn workspaces.