{"id":28822326,"url":"https://github.com/push-based/vendure-nx-24","last_synced_at":"2025-07-25T21:05:27.706Z","repository":{"id":299240146,"uuid":"863210642","full_name":"push-based/vendure-nx-24","owner":"push-based","description":"A CONDENSED Nx workshop for vendure.io","archived":false,"fork":false,"pushed_at":"2024-09-26T13:29:03.000Z","size":11043,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-15T15:09:09.444Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/push-based.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-25T23:00:17.000Z","updated_at":"2024-09-27T14:56:40.000Z","dependencies_parsed_at":"2025-06-15T15:19:51.858Z","dependency_job_id":null,"html_url":"https://github.com/push-based/vendure-nx-24","commit_stats":null,"previous_names":["push-based/vendure-nx-24"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/push-based/vendure-nx-24","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/push-based%2Fvendure-nx-24","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/push-based%2Fvendure-nx-24/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/push-based%2Fvendure-nx-24/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/push-based%2Fvendure-nx-24/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/push-based","download_url":"https://codeload.github.com/push-based/vendure-nx-24/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/push-based%2Fvendure-nx-24/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260648024,"owners_count":23041720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-18T23:03:33.505Z","updated_at":"2025-07-25T21:05:27.689Z","avatar_url":"https://github.com/push-based.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Push-Based React Nx Workshop\n\n## Installation Instructions\n\n**System Requirements**\n\n* `node \u003e 18`\n* `npm \u003e 8`\n\n**Clone and install**\n\n```bash\ngit clone https://github.com/push-based/vendure-nx-24\n\ncd react-movies-app\nnpm install\n\n# (optional) if the step before didn't work, please try the following\nnpm install --force\n```\n\n**Run the application**\n\n```bash\nnpm run start\n```\n\n## Workshop Information\n\n* [ws info doc](https://docs.google.com/document/d/1VsgLssiEH7mv0wcV98fwIGQYVKxzpJkDrGg1bymak_Y/edit?usp=drive_link)\n* [slides](https://drive.google.com/drive/folders/1X9pAj69jvtF26rJdL9SYu6rlYEvp6KCJ)\n\n## Exercises\n\n[0. Project Setup](./exercises/project-setup.md)\n\n### Day 1\n\n1. [Nx Intro: create-nx-workspace](./exercises/create-nx-monorepo.md)\n2. [Nx Intro: generate an app](./exercises/generate-an-app.md)\n3. [Nx Intro: Executors](./exercises/executors-intro.md)\n4. [Nx Intro: create libs](./exercises/create-libs.md)\n5. [Nx Intro: affected \u0026 caching](./exercises/affected-and-caching.md)\n6. [Project Setup](./exercises/project-setup.md)\n7. [Scalable Architectures: Design a workspace architecture](./exercises/scalable-architecture-design.md)\n8. [Module Boundaries](./exercises/enforce-module-boundaries.md)\n9. [Dependency Management: Task Dependencies](./exercises/task-dependencies.md)\n10. [Create a branch please](./exercises/create-a-branch.md)\n11. [Dependency Management: Task Inputs](./exercises/task-inputs.md)\n12. [Dependency Management: @nx/dependency-checks](./exercises/dependency-checks.md)\n\n### Day 2\n1. [Module Federation: Nx MFE Setup](./exercises/nx-mfe-setup.md)\n2. [Nx Cloud: connect-to-nx-cloud](./exercises/connect-to-nx-cloud.md)\n3. [Nx Cloud: Replay](./exercises/distributed-caching.md)\n4. [Nx Cloud: Dashboard, VCS Integration \u0026 Simple CI/CD pipeline](./exercises/simple-pipeline.md)\n5. [Nx Cloud: Nx Agents \u0026 DTE](./exercises/nx-agents-and-dte.md)\n6. [Nx Cloud: Nx Cloud Agents](./exercises/nx-cloud-agents.md)\n7. [Workspace Performance: Task Parallelization](./exercises/task-parallelization.md)\n8. [Workspace Performance: Affected Tweaks](./exercises/affected-tweaks.md)\n9. [Extend Nx: Custom Plugins](./exercises/custom-plugin.md)\n10. [Extend Nx: Custom Executors](./exercises/custom-executor.md)\n11. [Extend Nx: Custom Generator](./exercises/custom-generator.md)\n12. [Extend Nx: Task Inheritance - Project Crystal](./exercises/cristal-plugin.md)\n13. [Code Quality \u0026 Consistency: husky \u0026 lint-staged](./exercises/code-quality-and-consistency.md)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpush-based%2Fvendure-nx-24","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpush-based%2Fvendure-nx-24","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpush-based%2Fvendure-nx-24/lists"}