Push the Web App Template to Common Tools Repository
Description
We need to add the initial Web App Template to the Common Tools repository.
This template will serve as the base structure for all future internal applications across teams.
Required Directory Structure
webapp/
├── backend-template/
└── frontend-template/
├── src/
├── public/
├── package.json
├── README.md
└── .gitignore