5 ms·
I use this Yeoman generator that uses a very good structure like recommended above https://github.com/cgross/generator-cg-angular https://github.com/cgross/gene
by dougcorrea 12y ago
I use this Yeoman generator that uses a very good structure like recommended above
https://github.com/cgross/generator-cg-angular https://github.com/cgross/generator-cg-angular
- jzig 12y agoWe'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.