An open API service indexing awesome lists of open source software.

https://github.com/anythinglord/micro-frontend

Microfrontends Implementation using JavaScript, React, Webpack, MUI
https://github.com/anythinglord/micro-frontend

javascript mui react webpack

Last synced: 3 months ago
JSON representation

Microfrontends Implementation using JavaScript, React, Webpack, MUI

Awesome Lists containing this project

README

        

# Microfrontends Implementation

This repository serves as a practice ground for implementing microfrontends architecture in web development.

## Overview

Microfrontends is an architectural style where a single web application is composed of multiple, smaller frontend applications. Each microfrontend is developed and deployed independently, allowing teams to work on different parts of the application with minimal coordination.

This repository provides examples, best practices, and resources for implementing microfrontends in your projects.

## Getting Started

- To get started with this repository, clone it to your local machine:
- entry in the container folder and run ```npm i```, next```npm run start```
- entry in the products folder and run ```npm i```, next ```npm run start```