Project Structure - karamba182/TeachUA-team GitHub Wiki

Project Structure

Souce repos

Backend (branch rest)

https://github.com/ita-social-projects/TeachUA

Frontend (branch develop)

https://github.com/ita-social-projects/TeachUAClient/tree/develop


Repo structure

├── .github/                  # tempalates, workflows
├── frontend/ (submodule)     # React app
├── backend/ (submodule)      # Spring Boot backend
├── .gitmodules               # sabmodule config
├── README.md                 # Readme 
└── LICENSE

HOW TO CLONE

git clone --recurse-submodules https://github.com/karamba182/TeachUA-team.git

!!!! if you has clone without submodules, use this command

git submodule update --init --recursive