Skip to content

dadadev88/mfe-blog-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MFE Blog

Local development

Run Nginx and Localstack containers

Both containers are required to run the MFEs locally

Run MFEs in local development mode

Move to each MFE/shell folder and run:

npm run dev

This will start the development servers for each MFE and shell

URL and ports to access each MFE

Deploy MFEs to S3 bucket (local)

Also need run Nginx and Localstack containers to deploy the MFEs to S3 bucket. After run the containers, from root folder run:

# Deploy shell
./mfe-blog.sh shell

# Deploy home
./mfe-blog.sh home

# Deploy comments
./mfe-blog.sh comments

About

MFEs with Module Federation into React apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published