ed-roh/react-admin-dashboard

Folder Structure MERN Stack

Opened this issue · 1 comments

Hi Edward,

First of all, I really want to appreciate your contribution with your repositories and videos! They are really good! Secondly, I apologize for writing this comment here because it's not a significant issue with the code, just a request.

Is it possible to have the same folder structure for this project as the MERN Stack template with separate client and server folders, like in one of your latest projects? I am having trouble deploying the local project on a public server. I am unsure about how to make it run when there are two folders involved, considering the content of package.json and where node_modules should be placed. I'm sure it would be helpful not only for me but also for others :-)

image

Kind regards,
Timo

qant commented

you can run "npm run build" and upload only content of Build folder on your server