Skip to content

kunaldhongade/FolderStructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.