This workshop is a hands-on training session that will guide you through the features of a Micro-Frontend architecture using React Router 6 and Module Federation.
-
Clone the repository
git clone https://github.com/infoxicator/micro-frontends-workshop.git
-
Select a lesson
cd micro-frontends-workshop/src/module-federation-basics
-
Install dependencies
cd host && npm install cd ../products && npm install cd ../cart && npm install
4. Start the application
```sh
cd host && npm start
cd ../products && npm start
cd ../cart && npm start
- Open the application in your browser on http://localhost:8080