├── 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
│ │ │ ├── RatingList
│ │ │ │ ├── RatingList.js
│ │ │ │ └── RatingList.less
│ │ │ ├── RatingsPage.js
│ │ │ ├── RatingsReducer.js
│ │ │ └── RatingsActions.js
├── config - all config files for development and production
└── locales - locale files
Last active
June 9, 2017 18:10
-
-
Save panvourtsis/05a6b1118b348c792f64fb18c2e4a534 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment