This repo is a Microfrontend architecture developed by ModuleFederation that comes with webpack 5
- Import this repo, install it and make sure the app is running locally.
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