Skip to content

Demonstration of applied micro frontends with iframe way

Notifications You must be signed in to change notification settings

vo-shared/microfrontend-iframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IFRAME BASE

This is the demo project to prove the potential of micro frontend architecture.

INSTALLATION STEP

We simulate the way of micro frontends works, so we need Docker to create many nodes of FE. The Docker installed in your pc is required.

Create a docker network by running the command:

Mac OS

 docker network create nginx_network

Windows

 docker network create --driver nat nginx_network

Start the docker containers by run

 docker-compose up

Launch the browser navigate to Localhost

About

Demonstration of applied micro frontends with iframe way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages