Created
September 11, 2019 13:35
-
-
Save vsavkin/28056211900879c61980986f13107f44 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
happynrwl/ | |
├── apps/ | |
│ ├── tuskdesk/ | |
│ └── tuskdesk-e2e/ | |
├── libs/ | |
│ └── shared-components/ | |
│ ├── src/ | |
│ │ ├── lib/ | |
│ │ │ ├── home.css | |
│ │ │ ├── home.tsx | |
│ │ │ └── home.spec.tsx | |
│ │ └ index.ts | |
│ ├── jest.config.js | |
│ ├── tsconfig.json | |
│ ├── tsconfig.lib.json | |
│ ├── tsconfig.spec.json | |
│ └── tslint.json | |
├── nx.json | |
├── workspace.json | |
├── package.json | |
├── tools/ | |
├── tsconfig.json | |
└── tslint.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment