This repository is a sample project to show how to to build a simple micro frontends architecture. I can read more in my [blog post]:https://dev.to/getjv/react-micro-frontends-with-vite-5442 or checkin my slides talk.
- Check out this repo
- Install dependencies using pnpm
pnpm install - Start the development server using
yarn startornpm start
Extras:
- You can use plain
npm installandpnpm installin each folder but that it will be a manual and boring task. - My video presenting the code: https://youtu.be/ymaPetOe6Zg
- A video from Jack Herrington there he shows more examples about how to use federation and mono-repo.