Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 627 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 627 Bytes

React , Svelte & Vue apps on a single page using Podium

React, Svelte & Vue combined in a single page using Podium. Server-side micro frontends made easy.

Podium docs: https://podium-lib.io

How to start

  1. Clone this repository
  2. In root folder run command "npm install"
  3. In root folder run command "npm run installAll"
  4. In root folder run command "npm start"
  5. Open up your favorite browser and head to http://localhost:7000

What is in this repo

A single page loads a React, Svelte and Vue Micro Frontend...
They communicate through a pubsub event bus (courtesy of the Podium framework).