Skip to content

A simple example of a micro-frontend based on: Webpack, TypeScript, Svelte, Module Federation, Sass

Notifications You must be signed in to change notification settings

datacutter/webpack-ts-svelte-module-federation

Repository files navigation

A simple example of a micro-frontend based on: Webpack, TypeScript, Svelte, Module Federation, Sass

In the example, the second application is imported via dynamic import. And there is an example of connecting one header component from the second application when the button is clicked. When building, each application is placed in its own folder.

micro-frontend-app-screenshot

Getting Started

$ npm install
$ npm start

The app will be available at http://localhost:9000/.

About

A simple example of a micro-frontend based on: Webpack, TypeScript, Svelte, Module Federation, Sass

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published