Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Created September 11, 2019 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vsavkin/28056211900879c61980986f13107f44 to your computer and use it in GitHub Desktop.
Save vsavkin/28056211900879c61980986f13107f44 to your computer and use it in GitHub Desktop.
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