Skip to content

Latest commit

 

History

History
57 lines (55 loc) · 3.41 KB

File metadata and controls

57 lines (55 loc) · 3.41 KB

currents-nx-example repository content map

  • Total tracked files copied: 49
  • Original repo files are copied into this project folder with preserved paths.
  • README.md from source repo is copied as README.upstream.md to keep the detailed local README.md at root.
Source path Local path
.editorconfig .editorconfig
.eslintrc.json .eslintrc.json
.gitignore .gitignore
.prettierignore .prettierignore
.prettierrc .prettierrc
.vscode/extensions.json .vscode/extensions.json
README.md README.upstream.md
apps/.gitkeep apps/.gitkeep
apps/frontend-e2e/.eslintrc.json apps/frontend-e2e/.eslintrc.json
apps/frontend-e2e/currents.config.js apps/frontend-e2e/currents.config.js
apps/frontend-e2e/cypress.config.js apps/frontend-e2e/cypress.config.js
apps/frontend-e2e/project.json apps/frontend-e2e/project.json
apps/frontend-e2e/src/fixtures/example.json apps/frontend-e2e/src/fixtures/example.json
apps/frontend-e2e/src/integration/app.spec.ts apps/frontend-e2e/src/integration/app.spec.ts
apps/frontend-e2e/src/support/app.po.ts apps/frontend-e2e/src/support/app.po.ts
apps/frontend-e2e/src/support/commands.ts apps/frontend-e2e/src/support/commands.ts
apps/frontend-e2e/src/support/e2e.ts apps/frontend-e2e/src/support/e2e.ts
apps/frontend-e2e/tsconfig.json apps/frontend-e2e/tsconfig.json
apps/frontend/.babelrc apps/frontend/.babelrc
apps/frontend/.eslintrc.json apps/frontend/.eslintrc.json
apps/frontend/browserslist apps/frontend/browserslist
apps/frontend/jest.config.js apps/frontend/jest.config.js
apps/frontend/project.json apps/frontend/project.json
apps/frontend/src/app/app.element.css apps/frontend/src/app/app.element.css
apps/frontend/src/app/app.element.spec.ts apps/frontend/src/app/app.element.spec.ts
apps/frontend/src/app/app.element.ts apps/frontend/src/app/app.element.ts
apps/frontend/src/assets/.gitkeep apps/frontend/src/assets/.gitkeep
apps/frontend/src/environments/environment.prod.ts apps/frontend/src/environments/environment.prod.ts
apps/frontend/src/environments/environment.ts apps/frontend/src/environments/environment.ts
apps/frontend/src/favicon.ico apps/frontend/src/favicon.ico
apps/frontend/src/index.html apps/frontend/src/index.html
apps/frontend/src/main.ts apps/frontend/src/main.ts
apps/frontend/src/polyfills.ts apps/frontend/src/polyfills.ts
apps/frontend/src/styles.css apps/frontend/src/styles.css
apps/frontend/src/test-setup.ts apps/frontend/src/test-setup.ts
apps/frontend/tsconfig.app.json apps/frontend/tsconfig.app.json
apps/frontend/tsconfig.json apps/frontend/tsconfig.json
apps/frontend/tsconfig.spec.json apps/frontend/tsconfig.spec.json
babel.config.json babel.config.json
jest.config.js jest.config.js
jest.preset.js jest.preset.js
libs/.gitkeep libs/.gitkeep
nx.json nx.json
package-lock.json package-lock.json
package.json package.json
tools/generators/.gitkeep tools/generators/.gitkeep
tools/tsconfig.tools.json tools/tsconfig.tools.json
tsconfig.base.json tsconfig.base.json
workspace.json workspace.json