Skip to content

Instantly share code, notes, and snippets.

@huytrongnguyen
Created April 7, 2018 01:44
Show Gist options
  • Save huytrongnguyen/57b5d30279ad53310b4a91960b3b96c6 to your computer and use it in GitHub Desktop.
Save huytrongnguyen/57b5d30279ad53310b4a91960b3b96c6 to your computer and use it in GitHub Desktop.
├── app/
│ ├── components/
│ │ ├── home/
│ │ │ ├── home.component.js
│ │ │ ├── home.html
│ │ └── components.module.js
│ ├── common/
│ │ ├── navbar/
│ │ │ ├── navbar.component.js
│ │ │ ├── navbar.html
│ │ └── common.module.js
│ ├── app.module.js
└── index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment