kedoska / MicroFes

This project is built on top of Module Federation, which allows to separate builds to form a single application. These separate builds should not have dependencies between each other, so they can be developed and deployed individually. This repo is part of my Micro Frontends talk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MicroFes πŸ”€πŸš€

This project is built on top of Module Federation, which allows to separate builds to form a single application. These separate builds should not have dependencies between each other, so they can be developed and deployed individually.

This repo is part of my Micro Frontends talk.

Getting started

Navigate to the repository's root directory and run the following commands:

yarn
yarn start
  • The application is now running at http://localhost:8080
  • In parallel few other projects are running as well. they are all conntected to the same "host" application, which is located at the folder packages/Home.

Demo images

Stock list Stock list Stock menu Stock list

About

This project is built on top of Module Federation, which allows to separate builds to form a single application. These separate builds should not have dependencies between each other, so they can be developed and deployed individually. This repo is part of my Micro Frontends talk.


Languages

Language:TypeScript 58.9%Language:JavaScript 26.3%Language:CSS 9.5%Language:HTML 2.9%Language:SCSS 2.3%