Skip to content

Custom Angular Builder for Microfrontend Architecture

License

Notifications You must be signed in to change notification settings

klerick/nx-angular-mf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a2e0147 · Jan 13, 2025

History

56 Commits
Jan 13, 2025
Dec 30, 2024
Dec 30, 2024
Jan 13, 2025
Jan 9, 2025
Jan 8, 2025
Dec 30, 2024
Dec 30, 2024
Dec 30, 2024
Dec 30, 2024
Jan 8, 2025
Jan 8, 2025
Jan 8, 2025
Dec 30, 2024
Dec 30, 2024
Jan 8, 2025
Dec 30, 2024
Dec 30, 2024
Dec 30, 2024
Jan 8, 2025
Jan 13, 2025
Jan 13, 2025
Jan 13, 2025
Jan 8, 2025
Dec 30, 2024
Jan 8, 2025
Dec 30, 2024

Repository files navigation

@klerick/nx-angular-mf

Local Development

You can test directly the libraries by using the playground application:

  1. Build builder:
    nx build nx-angular-mf
  2. Start the first remote application:
    npx nx run mf1-application:serve
  3. Start the remote application:
    npx nx run host-application:serve