You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the most common doubts when starting a project is the project directory structure. I think this should be addressed in this generator to be Platanus-like
One option is to separate the components in features, and leave other directories to the common stuff:
One of the most common doubts when starting a project is the project directory structure. I think this should be addressed in this generator to be Platanus-like
One option is to separate the components in
features
, and leave other directories to the common stuff:Another is to just follow a default project structure and make the corresponding folders if necessary
We should use
.gitkeep
files to create some common folders (utils
,api
,config
,hooks
,navigators
,components
)The text was updated successfully, but these errors were encountered: