react-micro-frontend-example
react-micro-frontend-example copied to clipboard
One approach for a micro frontend in React.
react-micro-frontend-example
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.
Installation
-
git clone [email protected]:rwieruch/react-micro-frontend-example.git
-
cd react-micro-frontend-example
-
npm install
-
npm start
- visit
http://localhost:8080
Usage
-
npm run start
- Micro Frontend 1:
npm run start:programming
- Micro Frontend 2:
npm run start:installation