Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beaverhouse/mfa-test
Test repository for Module Federation
https://github.com/beaverhouse/mfa-test
module-federation react webpack
Last synced: 20 days ago
JSON representation
Test repository for Module Federation
- Host: GitHub
- URL: https://github.com/beaverhouse/mfa-test
- Owner: BeaverHouse
- License: mit
- Created: 2024-03-03T14:47:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T05:04:03.000Z (7 months ago)
- Last Synced: 2024-05-23T06:23:36.179Z (7 months ago)
- Topics: module-federation, react, webpack
- Language: TypeScript
- Homepage:
- Size: 263 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
Test repository for Module Federation
Bug Report
|
Request to HU-Lee
## On local environment
1. Run `host-app` at `localhost:3000`.
2. Run `export-app` at `localhost:3001`.```
yarn serve
```Test `export-app` by stopping/starting the `host-app`.
## Contributing
See the [CONTRIBUTING.md][contributing].
[contributing]: ./CONTRIBUTING.md