Skip to content

dnekkalapu/single-spa-parcel-example

 
 

Repository files navigation

single-spa-parcel-example

This project is an example of web app built with multiple microfrontends running in different VM's using the single-spa framework.

To run this example in development mode use:

  1. Have a Mongo DB running in port 27017
  2. Inside each folder (sample-api, sample-api2, sample-vue, sample-react, sample-single-spa) run:
npm install
npm run serve
  1. You can access the portal at http://localhost:5000/index.local

To run this example in production use:

inside the environment folder:

docker-compose build
docker-compose up

You can access the portal at http://localhost:5001

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.3%
  • HTML 25.0%
  • Vue 10.0%
  • Dockerfile 8.3%
  • TypeScript 4.2%
  • CSS 1.2%