Skip to content

An example of web app built with multiple microfrontends and a parcel

License

Notifications You must be signed in to change notification settings

prof-schnitzel/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

An example of web app built with multiple microfrontends and a parcel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.1%
  • HTML 24.6%
  • Vue 9.9%
  • Dockerfile 8.2%
  • TypeScript 4.2%
  • Shell 0.9%
  • Other 1.1%