This repository provides recommended folder structures for various major tech stacks in the software industry, catering to projects of different sizes - small, medium, and large.
/frontend/small
|-- src
| |-- components
| |-- styles
|-- public
/frontend/medium
|-- src
| |-- components
| |-- pages
| |-- styles
|-- public
/frontend/large
|-- src
| |-- components
| |-- pages
| |-- styles
|-- public
|-- tests
We welcome contributions! Please follow these guidelines when contributing to this repository.
- Fork the repository and create your branch from main.
- If you've added a new tech stack, provide a detailed README.md in its directory.
- Ensure your code follows the established folder structure conventions.
- Make sure your code passes any automated tests.
This project is licensed under the MIT License.