Dive into the world of Micro Frontends in this dynamic workshop designed for intermediate and advanced developers
This application is a tool to help developers learn about micro frontends and is part of a larger workshop called Enterprise Grade Micro Frontends. The slides and additional resources can be found on our website here.
If you have any questions or need further assistance, please join our community on Bitovi's Discord, where many developers are available to help. Enjoy exploring and learning!
# nx run <package-name>:<script>
# nx run-many -t <script>
# Ex
nx run shell:dev
# Ex
nx run-many -t dev --parallel=10