Directory Structure
Basic
·
├─ components
│ └─ Layout
│ ├─ Layout.js
│ ├─ Layout.module.css
│ └─ logo.svg
├─ config
│ └─ default.json
├─ pages
│ └─ index.js
├─ static
│ └─ favicon.ico
├─ services
├─ styles
│ └─ global.css
└─ package.jsonRedux
Rails-style
Domain-style (per domain or feature)
Last updated