This project is an example of web app built with multiple microfrontends running in different VM's using the single-spa framework.
- Have a Mongo DB running in port 27017
- Inside each folder (sample-api, sample-api2, sample-vue, sample-react, sample-single-spa) run:
npm install
npm run serve
- You can access the portal at http://localhost:5000/index.local
docker-compose build
docker-compose up
You can access the portal at http://localhost:5001