example structure as below weather-app/ ├── index.html ├── css/ │ └── style.css └── js/ └── app.js
example structure as below
weather-app/
├── index.html
├── css/
│ └── style.css
└── js/
└── app.js