Skip to content

Instantly share code, notes, and snippets.

@var-bin
Created January 23, 2018 19:16
Show Gist options
  • Save var-bin/e3c2675697678389a8794b24eee5ff86 to your computer and use it in GitHub Desktop.
Save var-bin/e3c2675697678389a8794b24eee5ff86 to your computer and use it in GitHub Desktop.
project-root
├── src
│ ├── core
│ │ ├── bootstrap.js
│ ├── pages
│ │ ├── blog
│ │ │ ├── blog.module.js
│ │ │ ├── blog.service.js
│ │ │ ├── blog.view.html
│ │ ├── 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
├── app.routing
├── app.states.js
├── index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment