git clone https://github.com/Rynxiao/mfe-demo.git# container app
cd apps/container
npm install
npm run serve
# posts app
cd apps/posts
npm install
npm run serve
# albums app
cd apps/albums
npm install
npm run serve# container app
http://localhost:8080
# posts app
http://localhost:8081
# albums app
http://localhost:8082npm run deploy:local
http://localhost:4200