Skip to content

aswin1689/micro-frontends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro-Frontend application with Vue.js & React.js

This is an e-commerce micro-frontend application demonstration using Vue and React.

This repo is split up into 3 different applications:

  • Aggregator: Parent app written in Vue.js that integrates and serves micro-frontends at run-time.
  • Products: A Vue.js application that has list of products to choose from.
  • Cart: A React.js application that displays items added to the cart.

Quickstart

sh setup.sh
cd aggregator
yarn buildAll
yarn startAll

This will start the following processes:

  • cart-react app on port 5002
  • products-vue app on port 5003
  • aggregator app on port 8080

Navigate to http://localhost:8080 to see the micro-frontends running.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published