System Requirements
node > 18
npm > 8
Clone and install
git clone https://github.com/push-based/vendure-nx-24
cd react-movies-app
npm install
# (optional) if the step before didn't work, please try the following
npm install --force
Run the application
npm run start
- Nx Intro: create-nx-workspace
- Nx Intro: generate an app
- Nx Intro: Executors
- Nx Intro: create libs
- Nx Intro: affected & caching
- Project Setup
- Scalable Architectures: Design a workspace architecture
- Module Boundaries
- Dependency Management: Task Dependencies
- Create a branch please
- Dependency Management: Task Inputs
- Dependency Management: @nx/dependency-checks
- Module Federation: Nx MFE Setup
- Nx Cloud: connect-to-nx-cloud
- Nx Cloud: Replay
- Nx Cloud: Dashboard, VCS Integration & Simple CI/CD pipeline
- Nx Cloud: Nx Agents & DTE
- Nx Cloud: Nx Cloud Agents
- Workspace Performance: Task Parallelization
- Workspace Performance: Affected Tweaks
- Extend Nx: Custom Plugins
- Extend Nx: Custom Executors
- Extend Nx: Custom Generator
- Extend Nx: Task Inheritance - Project Crystal
- Code Quality & Consistency: husky & lint-staged