Skip to content

rah1m/microfrontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Microfrontend

This repo is a Microfrontend architecture developed by ModuleFederation that comes with webpack 5

✅ Quickstart

  1. Import this repo, install it and make sure the app is running locally.

Running the app

To start the local development server, switch app direction npm install and then all other dependencies. This should serve up the app on localhost:PORT.

npm install                # Install dependencies
npm start                # Run the development server