Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 1.17 KB

README.md

File metadata and controls

61 lines (45 loc) · 1.17 KB

TechStack Folder Structures

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.

Table of Contents

Frontend

Small Project

/frontend/small
|-- src
|   |-- components
|   |-- styles
|-- public

Medium Project

/frontend/medium
|-- src
|   |-- components
|   |-- pages
|   |-- styles
|-- public

Large Project

/frontend/large
|-- src
|   |-- components
|   |-- pages
|   |-- styles
|-- public
|-- tests

Contribution Guidelines

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.

License

This project is licensed under the MIT License.