I have a react app with webpack, and a node.js backend server with express for backend.
My question is: Should I create 2 package.json for each one and install their dependencies. Or I should just create package.json and install every dependencies into its.
package.json
What option should I follow? Which is better in terms of performance? Help is appreciated
1.4m articles
1.4m replys
5 comments
57.0k users