As presented during Infinum Talks: Micro-Frontends & Production Previewing.
You can check the presentation slides here.
✨ This workspace has been generated by Nx, a Smart, fast and extensible build system. ✨
First, run npm ci
to install all dependencies.
Run npm start
for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files (including changes to remote apps).
Run nx graph
to see a diagram of the dependencies of the projects.
nx g @nrwl/angular:host phlex --remotes=movies,shows --dynamic --e2eTestRunner=none --prefix=inf --standalone
nx g @nrwl/angular:library auth --tags=core --standalone --skipModule --buildable --publishable --importPath=@phlex/auth
nx g @nrwl/angular:remote music --host=phlex
Visit the Nx Documentation to learn more.
The MIT License
This repository was used for demonstration during Infinum Talks: Micro-Frontends & Production Previewing.