readme tweaks to remove boilerplate-specific config

This commit is contained in:
Daniel Ternyak 2017-04-26 22:59:16 -05:00
parent 3d8461617e
commit f116bfe7ad
1 changed files with 2 additions and 3 deletions

View File

@ -26,17 +26,16 @@ npm run test # run tests with Jest
```
├── common - Your App
── actions - application actions
── actions - application actions
│ ├── api - Services and XHR utils(also custom form validation, see InputComponent from components/common)
│ ├── components - components according to "Redux philosophy"
│ ├── config - frontend config depending on REACT_WEBPACK_ENV
│ ├── containers - containers according to "Redux philosophy"
│ ├── reducers - application reducers
│ ├── routing - application routing
│ ├── styles - styles folder with scss vars, mixins, etc.
│ ├── index.jsx - entry
│ ├── index.html
├── static
├── webpack_config - Webpack configuration
├── jest_config - Jest configuration
```
```