https://github.com/module-federation/module-federation.github.io
Website for Module Federation Org
https://github.com/module-federation/module-federation.github.io
Last synced: about 1 year ago
JSON representation
Website for Module Federation Org
- Host: GitHub
- URL: https://github.com/module-federation/module-federation.github.io
- Owner: module-federation
- Created: 2020-05-18T00:12:15.000Z (about 6 years ago)
- Default Branch: site
- Last Pushed: 2024-03-13T22:01:20.000Z (over 2 years ago)
- Last Synced: 2025-04-21T23:28:37.662Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://module-federation.github.io
- Size: 30.2 MB
- Stars: 36
- Watchers: 6
- Forks: 7
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
https://module-federation.github.io
# Check out our book
|
| We will be actively updating this book over the next year as we learn more about best practices and what issues people are running into with Module Federation, as well as with every release of Webpack as it moves towards a release candidate and release. So with your one purchase you are buying a whole year of updates. |
|------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
## About
A website documenting Webpack 5 Module Federation.
#### *Set-up Locally*
```bash
#install dependencies & run dev server with yarn
yarn install
yarn dev
#or with npm
npm install
npm run dev
```
This will start a dev server, navigate to localhost:3000 to check it out.