Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Created July 30, 2019 14:46
Show Gist options
  • Save vsavkin/dd5604c6c93fdc1a0a2fc21dd15c3746 to your computer and use it in GitHub Desktop.
Save vsavkin/dd5604c6c93fdc1a0a2fc21dd15c3746 to your computer and use it in GitHub Desktop.
<workspace name>
├── apps
│ ├── tickets
│ │ ├── src
│ │ │ ├── app
│ │ │ ├── assets
│ │ │ ├── environments
│ │ │ ├── favicon.ico
│ │ │ ├── index.html
│ │ │ ├── main.ts
│ │ │ ├── polyfills.ts
│ │ │ ├── styles.scss
│ │ │ └── test.ts
│ │ ├── browserslist
│ │ ├── jest.config.js
│ │ ├── tsconfig.app.json
│ │ ├── tsconfig.json
│ │ └── tsconfig.spec.json
│ └── tickets-e2e
├── libs
├── workspace.json
├── nx.json
├── package.json
├── tools
└── tsconfig.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment