Skip to content

Instantly share code, notes, and snippets.

View vadost's full-sized avatar
🎯
Focusing

Vadym Ostapchuk 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
│ └── ...