top | item 8406757

(no title)

dougcorrea | 11 years ago

I use this Yeoman generator that uses a very good structure like recommended above https://github.com/cgross/generator-cg-angular

discuss

order

jzig|11 years ago

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.