Skip to content

Cansualtun/Mfe-kinda-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro Frontend Starter Project

This is a starter project for developing modular and scalable web applications using micro frontend architecture. It's built using Webpack Module Federation.

Features

  • 🚀 Webpack 5 Module Federation
  • 📦 Independently deployable applications
  • 🔄 Runtime integration
  • Optimized build process
  • 🛠 Hot Module Replacement (HMR) support

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

Installation

  1. Clone the project:

    git clone https://github.com/your-username/mfe-starter.git
    cd mfe-starter
  2. Install dependencies:

    Using npm:

    npm install

    Using yarn:

    yarn install
  3. Start the development server:

    Using npm:

    npm start

    Using yarn:

    yarn start

Contributing

Feel free to fork this repository and contribute by submitting a pull request. Any enhancements or bug fixes are welcome!

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published