Skip to content

bitovi/enterprise-grade-micro-frontends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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