-
-
Save nodahikaru/c9a7d7bd956cecc21f9d0351f203d9a4 to your computer and use it in GitHub Desktop.
Folder Structure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
src/ | |
|-- features/ | |
| |-- featureA/ | |
| | |-- components/ | |
| | |-- store/ | |
| | |-- services/ | |
| | |-- routes.js | |
| |-- featureB/ | |
| |-- components/ | |
| |-- store/ | |
| |-- services/ | |
| |-- routes.js | |
|-- shared/ | |
| |-- components/ | |
| |-- utilities/ | |
| |-- styles/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment