Components (or modules) talk to each other via events.
- vendor [3rd party scripts, this could as well be bower_components if you use bower]
- core [app core functionalities/utilities]
- component
- component1
- index.js [the actual js component]
- spec.js [tests]
- style.css [component styles]
- component1
- index.partial.template