https://github.com/s-ayanide/micro-switch
An Application to aid for the demonstration of Micro Frontend
https://github.com/s-ayanide/micro-switch
bundle framework microfrontend
Last synced: 12 days ago
JSON representation
An Application to aid for the demonstration of Micro Frontend
- Host: GitHub
- URL: https://github.com/s-ayanide/micro-switch
- Owner: S-ayanide
- Created: 2021-07-04T14:50:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T09:20:35.000Z (over 4 years ago)
- Last Synced: 2025-04-06T12:06:02.377Z (12 months ago)
- Topics: bundle, framework, microfrontend
- Language: JavaScript
- Homepage:
- Size: 149 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic One-Way Micro FrontEnd Example
This example demos a basic host application loading remote component.
- `main` is the host application.
- `app1` standalone application which exposes `Button` component.
- `app2` standalone application which exposes `Button` component.
# Running Demo
Run `yarn start`. This will build and serve both `app1` and `app2` on ports 3001 and 3002 respectively.
- [localhost:3001](http://localhost:3001/) (HOST)
- [localhost:3002](http://localhost:3002/) (STANDALONE REMOTE)
- [localhost:3003](http://localhost:3003/) (STANDALONE REMOTE)