Forwarded from Coding with Elias
📌The most basic structure would be to have a root folder that contains frontend and backend folders.
📌Since you're talking about the MERN stack, you would have a package.json inside of your NodeJS backend environment and a package.json for your React side of things.
📌 Backend server and the frontend client are two totally separate things, so yes, they both have their own node_modules folders.
@mern_stack_tut
📌Since you're talking about the MERN stack, you would have a package.json inside of your NodeJS backend environment and a package.json for your React side of things.
📌 Backend server and the frontend client are two totally separate things, so yes, they both have their own node_modules folders.
@mern_stack_tut