Skip to content
/ mfe Public

Proof of concept implementation for micro frontends

Notifications You must be signed in to change notification settings

nashaddams/mfe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro frontends with Deno

This repository contains a proof of concept implementation for micro frontends. Any custom element can be imported to the shell as long as it provides a default exported HTMLElement.

Structure

┌── services/
│   ├── service-1 # micro frontend 1
│   └── service-2 # micro frontend 2
├── shared/ # shared UI elements, bundling & server
└── shell/ # shell composing the mirco frontends

Run

service-1 $ deno task run # start the service on port 8001
service-2 $ deno task run # start the service on port 8002
shell $ deno task run # start the shell on port 8000

Stack

About

Proof of concept implementation for micro frontends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published