Skip to content

Microfrontends Implementation using JavaScript, React, Webpack, MUI

Notifications You must be signed in to change notification settings

anythinglord/micro-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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, nextnpm run start
  • entry in the products folder and run npm i, next npm run start

About

Microfrontends Implementation using JavaScript, React, Webpack, MUI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published