Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 327 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 327 Bytes

NX test with module federation, React apps, Typescript and (S)CSS Modules

Run tasks

To run the dev server for your app, use:

npx nx serve mf2-test

To create a production bundle:

npx nx build mf2-test

To see all available targets to run for a project, run:

npx nx show project mf2-test