Skip to content

mamunoz-dev/micro-frontends-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Micro-Frontends with Module Federation and React Router 6

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.

System Requirements

Getting Started

  1. Clone the repository

    git clone https://github.com/infoxicator/micro-frontends-workshop.git
  2. Select a lesson

    cd micro-frontends-workshop/src/module-federation-basics
  3. 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
  1. Open the application in your browser on http://localhost:8080

Lessons

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.1%
  • HTML 7.8%
  • CSS 5.1%