Skip to content

Instantly share code, notes, and snippets.

@nodahikaru
Created January 26, 2025 08:47
Show Gist options
  • Save nodahikaru/c9a7d7bd956cecc21f9d0351f203d9a4 to your computer and use it in GitHub Desktop.
Save nodahikaru/c9a7d7bd956cecc21f9d0351f203d9a4 to your computer and use it in GitHub Desktop.
Folder Structure
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