Approach to organizing files
Open
SPA
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
# Summary
Bring the project to the following folder structure:
- src
- common
- types
- utils
- hooks
- inputs
- buttons
- pages
- login
- modules
- module-name
- index
- components ( стилизованные элементы без логики, может быть папкой, бывшый файд styled)
- module-name ( реализация модуля )
- ( все что относиться к этому модулю )
- templates (?)
[ссылка на статью](https://dev.to/vadorequest/a-2021-guide-about-structuring-your-next-js-project-in-a-flexible-and-efficient-way-472)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.