Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 835 Bytes

File metadata and controls

25 lines (17 loc) · 835 Bytes

Enterprise Grade Micro Frontends

Dive into the world of Micro Frontends in this dynamic workshop designed for intermediate and advanced developers

Hello - Nice to meet you!

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!

Here's Some Helpful Scripts

# nx run <package-name>:<script>
# nx run-many -t <script>

# Ex
nx run shell:dev

# Ex
nx run-many -t dev --parallel=10