Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 428 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 428 Bytes

@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