Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

infoxicator/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

AltStyle によって変換されたページ (->オリジナル) /