Skip to content

Instantly share code, notes, and snippets.

@var-bin
Created January 23, 2018 18:51
Show Gist options
  • Save var-bin/2d8719eb49caa472b4390d4c7ae24ba1 to your computer and use it in GitHub Desktop.
Save var-bin/2d8719eb49caa472b4390d4c7ae24ba1 to your computer and use it in GitHub Desktop.
project-root
├── src
│ ├── core
│ │ ├── bootstrap.js
│ ├── pages
│ │ ├── home
│ │ │ ├── about
│ │ │ │ ├── about.module.js
│ │ │ │ ├── about.view.html
│ │ │ ├── index
│ │ │ │ ├── index.module.js
│ │ │ │ ├── index.view.html
│ │ │ ├── home.module.js
│ │ │ ├── home.module.routing.js
│ │ │ ├── home.module.states.js
├── app.js
├── index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment