Last active
April 5, 2022 18:34
-
-
Save dav1app/58c4281ad612c2c120d837aa23d3efbf to your computer and use it in GitHub Desktop.
The best folder structure that I've found for almost any kind of project
This file contains hidden or 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
. | |
├── bin | |
├── configs | |
├── public | |
├── src | |
│ ├── assets | |
│ ├── classes | |
│ ├── components | |
│ ├── contexts | |
│ ├── layouts | |
│ ├── pages | |
│ ├── services | |
│ ├── themes | |
│ ├── utils | |
│ ├── app.js | |
└── index.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment