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
- Host: GitHub
- URL: https://github.com/anythinglord/micro-frontend
- Owner: anythinglord
- Created: 2024-01-26T22:21:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-13T15:57:27.000Z (5 months ago)
- Last Synced: 2025-01-21T22:34:59.688Z (4 months ago)
- Topics: javascript, mui, react, webpack
- Language: JavaScript
- Homepage:
- Size: 224 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```