react-admin-dashboard icon indicating copy to clipboard operation
react-admin-dashboard copied to clipboard

Folder Structure MERN Stack

Open aechile opened this issue 1 year ago • 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

aechile avatar Jun 02 '23 17:06 aechile

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

qant avatar Jul 14 '23 19:07 qant