├── app - holds all the components
│ ├── common - is not a module of the app. This holds utils for the react app.
│ │ └── utils
│ ├── ratings
│ │ ├── components
│ │ │ ├── RatingItem
│ │ │ │ ├── RatingItem.js
│ │ │ │ └── RatingItem.less