How to transform a React application into a Micro Frontend architecture. Learn more about it here. Builds up on top of: Advanced React with Webpack setup.
git clone [email protected]:rwieruch/react-micro-frontend-example.git
cd react-micro-frontend-example
npm install
npm start
- visit
http://localhost:8080
npm run start
- Micro Frontend 1:
npm run start:programming
- Micro Frontend 2:
npm run start:installation