I\'m following a tutorial on the MEAN stack and I\'d like to have a clean folder structure to work with. I\'ve read plenty of articles that say to have a folder for each (let\'s
I came up with my own structure. This helped me during a project.
Each *
marks a folder.
app
folder is for the Backend and public
for the Frontend.