Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 453 Bytes

File metadata and controls

31 lines (21 loc) · 453 Bytes

micro-frontend-with-single-spa

Installation

npm i

Running the app

To run the app, run the start script:

npm start

Now, you can visit the following URLs:

# renders both apps
http://localhost:8080/

# renders only react
http://localhost:8080/react

# renders only vue
http://localhost:8080/vue

Blog reference

Micro-Frontend—Why and How?