common/
└── swagger
├──
└── (optional subdirectories)
client/
├── bower_components/
├── nodes_modules/
├── src/
│ ├── app/
│ │ ├── home/
│ │ │ ├── home.controller.js
│ │ │ ├── home.html
│ │ │ ├── reports.controller.js
│ │ │ ├── reports.html
│ │ │ ├── reports.scss
│ │ │ └── settings.html
│ │ ├── layout/
│ │ │ ├── footer/
│ │ │ │ ├── footer.controller.js
│ │ │ │ ├── footer.html
│ │ │ │ └── footer.scss
│ │ │ ├── header/
│ │ │ │ ├── header.controller.js
│ │ │ │ ├── header.html
│ │ │ │ └── header.scss
│ │ │ ├── menu/
│ │ │ │ ├── left-menu.controller.js
│ │ │ │ ├── left-menu.html
│ │ │ │ └── menu.scss
│ │ ├── index.config.js
│ │ ├── index.constants.js
│ │ ├── index.module.js
│ │ ├── index.route.js
│ │ ├── index.run.js
│ │ └── index.scss
│ ├── assets/
│ │ ├── scss/
│ │ └── images/
│ ├── favico.ico
│ ├── app.config.json
│ └── index.html
├── .bowerrc
├── .editorconfig
├── .gitignore
├── .eslintrc
├── .yo-rc.json
├── bower.json
├── gulpfile.js
└── package.json