react-admin-dashboard
react-admin-dashboard copied to clipboard
Folder Structure MERN Stack
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 :-)
Kind regards, Timo
you can run "npm run build" and upload only content of Build folder on your server