Hacker News new | ask | show | jobs
by dougcorrea 4272 days ago
I use this Yeoman generator that uses a very good structure like recommended above https://github.com/cgross/generator-cg-angular
1 comments

We're using the same generator for a large government app. "Widget" partials are stashed in their respective folders under /widget while /services, /directives, and so on are contained in the root folder. HTML/CSS/JS stored in each folder. It's all super organized and modular IMO. Of course it helps to be working with the creator of said generator.