I am trying to create MEAN app & ran following commands:
npm install -g generator-meanjs
yo meanjs
After this I was able to setup the application. Problem is I can see lot of dependency being added (faceboom/twitter etc) & the structure is little difficult to follow.
Is there any easy to setup mean app?