Skip to content

krishnadeveloper/react-micro-frontend-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-micro-frontend-setup

This is a simple example of MicroFrontend with ReactJs, Which will help to understand about micro frontend architecture.

Installation

Install the dependencies and devDependencies and start the server.

Step 1

Footer component will serve from here.

cd react-micro-frontend-setup
cd footer-mf
npm install
npm run start:live

Step 2

Header component will serve from here.

cd react-micro-frontend-setup
cd header-mf
npm install
npm run start:live

Step 3

Main app will use other components

cd react-micro-frontend-setup
cd mainApp
npm install
npm run start:live

Thank you :)

About

react-micro-frontend-setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published