-
Notifications
You must be signed in to change notification settings - Fork 1
Approach to organizing files #219
Copy link
Copy link
Open
Labels
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 ( реализация модуля )
- ( все что относиться к этому модулю )
- module-name
- common
- templates (?)
Reactions are currently unavailable