I've read a lot of articles and post about the correct structure of angular and express. I just want to know, should I use the same node_modules folder to angular/express, or should I separete them ?
My structure is somthing like this:
application
-- here I have the front end(angular)
server
-- here I have the server files(express)
node_modules(should I put it here, or inside each folder?)