Folder Structure Conventions - Nexters/landlords-web GitHub Wiki

./src
├── 📁components              # general components (presentational = functional)
├── 📁pages                   # router target components (container = class)
├── 📁api                     # axios and api interface definitions
├── 📁store                   # redux
├── 📄index.tsx               
├── 📄GlobalStyles.ts         
└── 📄README.md