This is a starter project for developing modular and scalable web applications using micro frontend architecture. It's built using Webpack Module Federation.
- 🚀 Webpack 5 Module Federation
- 📦 Independently deployable applications
- 🔄 Runtime integration
- ⚡ Optimized build process
- 🛠 Hot Module Replacement (HMR) support
- Node.js (v14 or higher)
- npm or yarn
-
Clone the project:
git clone https://github.com/your-username/mfe-starter.git cd mfe-starter
-
Install dependencies:
Using npm:
npm install
Using yarn:
yarn install
-
Start the development server:
Using npm:
npm start
Using yarn:
yarn start
Feel free to fork this repository and contribute by submitting a pull request. Any enhancements or bug fixes are welcome!
This project is licensed under the MIT License. See the LICENSE file for details.