Skip to content

Instantly share code, notes, and snippets.

View CLOUGH's full-sized avatar
🏠
Working from home

Warren Clough CLOUGH

🏠
Working from home
View GitHub Profile
@dancancro
dancancro / alt-filestructure
Last active May 3, 2019 02:06
An ngrx project file structure with fewer unique file names. All unique words are in directory names.
.
├── app
│   ├── module.ts
│   ├── page.css
│   ├── page.html
│   ├── page.spec.ts
│   ├── page.ts
│   ├── routing.ts
│   ├── core
│   │   ├── about