Skip to content

nhattruongniit/microfrontend-iframe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

  • HTML 100.0%