/publiccontains static assets like the HTML page we're planning to deploy to, or images. You can delete any file in this folder apart fromindex.html./srccontains our JS and CSS code.index.jsis the entry-point for our file, and is mandatory./components- 'Dumb-components' / presentational. Read More →/constants- App-wide variables/containers- 'Smart-components' that connect business logic to presentation Read More →/images- .../lib- Utils and custom libraries/models- Rematch models combining actions, reducers and state. Read More →/routes- wire up the router with any & all screens Read More →/store- Redux Store - hooks up the stores and provides initial/template states Read More →/styles- all the SCSS you could dream of/testscontains all of our tests, where the test file matches the resptive file from/srcindex.js- The starting place for our app