View on GitHub

guides

Project structure

Background

Good project structure helps you and your teammates to find quickly part of the application. Moreover, well-thought project structure increases your application’s scalability. It leads to less painful refactoring.

Rules

Implementation hints

The example of good project structure you can find in our react-ts-boilerplate repository.