Welcome to the Blazor Micro-Frontends Starter Template! 🎉
This template serves as a foundational starting point for building modular web applications using the Blazor framework combined with the Piral framework. With this setup, you'll be able to create a robust app shell and integrate micro-frontends seamlessly.
- App Shell: A central Blazor application that acts as the container for your micro-frontends (pilets).
- Micro-Frontends (Pilets): Independent Blazor components that can be developed, deployed, and maintained separately, allowing for greater modularity and scalability.
- Run-Time Composition: The application dynamically loads and integrates micro-frontends at runtime, providing flexibility in updating and managing individual components without the need to redeploy the entire application.
git clone https://github.com/wdevon99/Blazor-Microfrontends.git
This template is fully customizable. You can:
- Add new micro-frontends by creating additional pilets.
- Modify the app shell to suit your application’s needs.
- Extend the project with custom services, components, and features.
Contributions are welcome! Feel free to open issues or submit pull requests to help improve this template.
This project is licensed under the MIT License.