Skip to content

Instantly share code, notes, and snippets.

@dav1app
Last active April 5, 2022 18:34
Show Gist options
  • Save dav1app/58c4281ad612c2c120d837aa23d3efbf to your computer and use it in GitHub Desktop.
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
.
├── 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