Skip to content

Instantly share code, notes, and snippets.

View vadost's full-sized avatar
🎯
Focusing

VAD OST vadost

🎯
Focusing
View GitHub Profile
@vadost
vadost / gist:d401f284ba6fa5b216f42a82fd51392e
Last active February 16, 2018 22:09
WEB UI folder structure
app/
β”œβ”€β”€ app.component.html
β”œβ”€β”€ app.component.scss
β”œβ”€β”€ app.component.ts
β”œβ”€β”€ app.module.ts
β”œβ”€β”€ app-routing.module.ts
β”œβ”€β”€ models/
β”‚ β”œβ”€β”€ trades.interface.ts
β”‚ β”œβ”€β”€ transfers.interface.ts
β”‚ └── ...